import { IterableX } from '../iterable'; export declare function retry(source: Iterable, count?: number): IterableX;