import { ExecOptionsBase } from './types'; export default function run(opts: ExecOptionsBase, cwd?: string, shouldExitOnError?: boolean): Promise; //# sourceMappingURL=run.d.ts.map