export declare function help(): string;
export declare function exampleHelp(): string;
export declare function missingProjectName(): string;
export declare function alreadyExists(projectName: any): string;
export declare function installing(packages: any): string;
export declare function installError(packages: any): void;
export declare function copying(projectName: any, templateName: any): string;
export declare function start(projectName: any): string;
