declare function remove(this: Map, key: K): Map; export default remove; declare global { interface Map { remove: typeof remove; } }