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