export declare function keyBy(arr: readonly T[], key: K): Map; export declare const mapDefined: (arr: T[], fn: (obj: T) => S | undefined) => S[]; //# sourceMappingURL=arrays.d.ts.map