UNPKG

202 BTypeScriptView Raw
1import yargs from 'yargs';
2export declare const command = "new";
3export declare const describe = "Create new resources.";
4export declare const builder: (yargsBuilder: yargs.Argv<{}>) => yargs.Argv<{}>;