export declare function makeBlocker(): { (forName?: string): Promise; block(name?: string): Promise; }; export declare function delay(ms: number): Promise; //# sourceMappingURL=job-distributor.test.d.ts.map