/**
 * To mark state.loading[identifier] during action execution.
 */
export declare function Loading(identifier?: string): (target: object, propertyKey: string, descriptor: TypedPropertyDescriptor<import("../module").ActionHandler>) => TypedPropertyDescriptor<import("../module").ActionHandler>;
//# sourceMappingURL=Loading.d.ts.map