import type { PrototypeStruct } from '../index.js'; interface MapOf { of(...elements: [K, V][]): Map; } export declare const of: PrototypeStruct; declare global { interface MapConstructor extends MapOf { } } export {}; //# sourceMappingURL=of.d.ts.map