/**
 * Checks if the given input is a valid Map
 */
declare const isMap: (map: any) => boolean;
export default isMap;
