export declare class CommandRunner { run(command: string): Promise; }