// This is the same type as the callable signature in `FlatMap` in `index.d.ts`. declare function flatMap( xs: ReadonlyArray, fn: (this: T, x: A, index: number, array: A[]) => B[], thisArg?: T ): B[]; export = flatMap;