import { Command } from 'commander'; export declare class CreateCommand { private templateInstaller; constructor(); registerCommand(program: Command): void; private handleCreate; private handleListTemplates; private getTypeColor; }