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