export type NumericRange = ARR['length'] extends END ? ACC | START | END : NumericRange; export declare function clone(data: T): T;