import type { MapFn } from '../types/functions/mod'; import type { Nullable } from '../types/mod'; export interface FindMap { (fn: MapFn>, iter: AsyncIterable): Promise; (fn: MapFn>): (iter: AsyncIterable) => Promise; } export declare const findMap: FindMap; //# sourceMappingURL=findMap.d.ts.map