export declare const createLock: () => { lock: () => Promise; unlock: () => void; }; //# sourceMappingURL=mutex.d.ts.map