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