/**
 * Method return a new array with all sub-array elements concatenated into it
 */
export declare const flatten: (array: any[]) => any;
