import yargs from 'yargs'; export declare const command = "new"; export declare const describe = "Creates new resources."; export declare const builder: (yargsBuilder: typeof yargs) => yargs.Argv<{}>;