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