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