import { $$asyncIterator } from 'iterall'; declare type AsyncIterator = { next(value?: any): Promise>; return(): any; throw(error: any): any; [$$asyncIterator]: any; }; export declare const createAsyncIterator: (lazyFactory: Promise>, filterFn: Function) => Promise>; export {}; //# sourceMappingURL=async-iterator.util.d.ts.map