import { AsyncIterableX } from './asynciterablex'; export declare function defer(factory: () => AsyncIterable | Promise>): AsyncIterableX;