/** * Do nothing (only create a warning log) if NetworkConnectionException is thrown. * Mainly used for background tasks. */ export declare function SilentOnNetworkConnectionError(): (fn: import("../module").ActionHandler, context: ClassMethodDecoratorContext, import("../module").ActionHandler>) => (this: import("..").Module, ...args: any[]) => import("..").SagaGenerator; //# sourceMappingURL=SilentOnNetworkConnectionError.d.ts.map