import { MonoTypeOperatorFunction } from 'rxjs';
/**
 * Represents an operator for retrying.
 */
export declare type RetryOperator = MonoTypeOperatorFunction<Error>;
//# sourceMappingURL=RetryOperator.d.ts.map