export { runCommandThatTerminates }; declare function runCommandThatTerminates(cmd: string, { timeout }?: { timeout?: number; }): Promise;