/** * Template command - Use smart templates */ export declare function templateCommand(baseDir: string, action: string, templateName: string, options?: any): void;