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