/** * To mark state.loading[identifier] during action execution. */ export declare function Loading(identifier?: string): (fn: import("../module").ActionHandler, context: ClassMethodDecoratorContext, import("../module").ActionHandler>) => (this: import("..").Module, ...args: any[]) => import("..").SagaGenerator; //# sourceMappingURL=Loading.d.ts.map