import { Shallow } from './'; export declare function flatMap(this: Shallow[], fn: (value: Shallow, index: number, array: Shallow[]) => U): U[];