export declare const isMap: <K = any, V = any>(x: any) => x is Map<K, V>;
//# sourceMappingURL=is-map.d.ts.map