export declare function flatMap<T, U>(array: T[], callbackFn: (value: T, index: number, array: T[]) => U[], thisArg?: any): U[];
