/** * Re-execute the action if NetworkConnectionException is thrown. * A warning log will be also created, for each retry. */ export declare function RetryOnNetworkConnectionError(retryIntervalSecond?: number): (fn: import("../module").ActionHandler, context: ClassMethodDecoratorContext, import("../module").ActionHandler>) => (this: import("..").Module, ...args: any[]) => import("..").SagaGenerator; //# sourceMappingURL=RetryOnNetworkConnectionError.d.ts.map