import type { PrototypeStruct } from '../index.js'; interface IsMap { isMap(x: any): boolean; } export declare const isMap: PrototypeStruct; declare global { interface MapConstructor extends IsMap { } } export {}; //# sourceMappingURL=is-map.d.ts.map