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