import type { Argv } from 'yargs';
declare const options: (yargs: Argv) => Argv<{}>;
export declare const invoke: (argv: any) => Promise<any>;
export { options as invokeOptions };
