export declare const defaultConfig: { readonly type: "repeat"; readonly delay: { readonly strategy: "constant"; readonly time: 1000; }; readonly retry: { readonly strategy: "exponential"; readonly time: 1000; readonly limit: 3; readonly consecutiveOnly: true; }; readonly pause: { readonly notifier: import("rxjs").Observable; readonly whenHidden: true; }; }; //# sourceMappingURL=config.const.d.ts.map