export type SingleExecutor = ReturnType; export declare function createSingleExecutor(): (task: () => Promise) => Promise; //# sourceMappingURL=SingleExecutor.d.ts.map