declare function runCommand(command: string, argv?: string[]): Promise; export { runCommand };