import type { PrototypeStruct } from '../index.js'; interface RemoveEntry { removeEntry(key: K): [K, V]; } export declare const removeEntry: PrototypeStruct; declare global { interface Map extends RemoveEntry { } } export {}; //# sourceMappingURL=remove-entry.d.ts.map