import { AsyncIterableX } from './asynciterablex'; export declare function doWhile(source: AsyncIterable, condition: () => boolean | Promise): AsyncIterableX;