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