/**
 * Check if argument is Map
 * @param arg
 * @returns {boolean}
 */
export declare function isMap(arg: unknown): arg is Map<any, any>;
