interface CreateOptions { language?: 'typescript' | 'python'; output?: string; } export declare function createCommand(botName: string, options?: CreateOptions): Promise; export {}; //# sourceMappingURL=create.d.ts.map