import { IterableX } from './iterablex'; export declare function whileDo(condition: () => boolean, source: Iterable): IterableX;