import { getMutex } from './getMutex'; export declare const getSynchronize: (mutex?: ReturnType) => (action: () => T, lockId?: keyof any) => T extends Promise ? T : Promise; export type Synchronize = ReturnType; //# sourceMappingURL=getSynchronize.d.ts.map