import type { PrototypeStruct } from '../index.js'; interface GetOrDefault { getOrDefault(key: K, defaultValue: V): V; } export declare const getOrDefault: PrototypeStruct; declare global { interface Map extends GetOrDefault { } } export {}; //# sourceMappingURL=get-or-default.d.ts.map