/** * If specified, the action cannot be entered by other sagas during execution. * For error handler action, mutex logic is auto added. */ export declare function Mutex(): (target: object, propertyKey: string, descriptor: TypedPropertyDescriptor) => TypedPropertyDescriptor; //# sourceMappingURL=Mutex.d.ts.map