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