import CLI from 'yargs'; export declare const options: (yargs: CLI.Argv) => any; export declare const handler: (argv: any) => any;