import { Observable } from '../Observable'; export declare function retryWhen(notifier: (errors: Observable) => Observable): any;