declare const flatten: (array: any[]) => T[]; export default flatten;