type Options = { name: string | undefined; template: string; }; export declare const run: (argv: Options) => Promise; export {};