export declare function flattenArray<T = unknown>(arrays: T[][]): T[];
//# sourceMappingURL=flattenArray.d.ts.map