declare const isMap: (value: any) => value is Map<any, any>;
export { isMap };
