export declare class CommandService {
    private commands;
    constructor(args: string[]);
    run(): Promise<string>;
    private newProject;
    private createProjectFiles;
    private getTargets;
}
//# sourceMappingURL=command.service.d.ts.map