export { runCommandShortLived }; declare function runCommandShortLived(cmd: string, { swallowError, timeout, cwd, }?: { swallowError?: boolean; timeout?: number; cwd?: string; }): Promise;