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