/** * 数组全部铺平 * @category Array * @param arr * @returns {T[]} */ export declare const flattenDeep: (arr: T[]) => T[];