export declare const flatMap: (arr: T[], fn: (item: T) => K[]) => K[]; export default flatMap; //# sourceMappingURL=flat-map.d.ts.map