/** * utils for working with JS Maps * * @module */ export declare const fromKeyedArray: (getKey: (value: T) => K) => (values: T[]) => Map;