import { ToMapOptions } from '../../asynciterable/tomap.js'; export declare function toMapProto(this: AsyncIterable, options: ToMapOptions): Promise>; declare module '../../asynciterable/asynciterablex' { interface AsyncIterableX { toMap: typeof toMapProto; } }