export declare class Mutex { private chain; run(fn: () => Promise): Promise; } //# sourceMappingURL=mutex.d.ts.map