export declare const get: <K>(key: K) => <V>(map: Map<K, V>) => V | undefined;
