export declare const flat: <D extends number = 1>(depth: D | undefined) => <A extends readonly any[]>(array: A) => FlatArray<A, D>[];
