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