declare function buildExecRunner(notRetriable: any, runOpts: any): (cmd: any, index: any) => Promise<unknown>;
export { buildExecRunner };
