import { IterableX } from '../../iterable/iterablex.js'; import { ToMapOptions } from '../../iterable/tomap.js'; export declare function toMapProto(this: IterableX, options: ToMapOptions): Map; declare module '../../iterable/iterablex' { interface IterableX { toMap: typeof toMapProto; } }