export declare function runCommand(projectPath: string, command: string): Promise<void>;
