export { runCommand }; declare function runCommand(cmd: string, { timeout, cwd }: { timeout: number; cwd: string; }): Promise;