export declare function runCommand(command: string): Promise<void>;
export declare function runCommandInSilent(command: string): Promise<void>;
export declare function runCommandInAlternateScreen(command: string): Promise<void>;
