import { AsyncIterableX } from './asynciterablex'; export declare function create(fn: () => AsyncIterator | Promise>): AsyncIterableX;