import { Observable, OperatorFunction } from 'rxjs'; declare type Selector = (error: any, attemptNo: number, caught: Observable) => Observable; export declare function catchWithCount(selector: Selector): OperatorFunction; export {}; //# sourceMappingURL=catchWithCount.d.ts.map