export interface Options { skipPrompts: boolean; git: boolean; runInstall: boolean; args: any; template?: string; command?: string; targetDirectory?: string; templateDirectory?: string; } export declare const commands: Set; export declare function cli(args: string[]): Promise; //# sourceMappingURL=index.d.ts.map