/** * 根据指定大小将数组拆分为多个数组 * @param data array * @param size number */ export declare function unflat T; length: number; }>(data: T, size: number): T[];