/** * Do nothing (only create a warning log) if NetworkConnectionException is thrown. * Mainly used for background tasks. */ export declare function SilentOnNetworkConnectionError(): (target: object, propertyKey: string, descriptor: TypedPropertyDescriptor) => TypedPropertyDescriptor; //# sourceMappingURL=SilentOnNetworkConnectionError.d.ts.map