import type { PrototypeStruct } from '../index.js'; declare type MapFn = (n: [K, V]) => [K, V]; interface MapFrom { from(mapEntries: [K, V][], mapFn?: MapFn): Map; } export declare const from: PrototypeStruct; declare global { interface MapConstructor extends MapFrom { } } export {}; //# sourceMappingURL=from.d.ts.map