export declare function rearrange(array: readonly T[], from: number, to: number, count?: number): T[];