/** * Check whether value is an instance of Map */ export default function isMap(value: any): value is Map;