import { Cmd } from '../types';
export declare const PROCESS_EXITED_WITH_NON_ZERO_STATUS_CODE = "Process exited with non-zero status code";
export declare function run(cmd: Cmd): Promise<string>;
//# sourceMappingURL=run.d.ts.map