export declare const moveElement: <T = number>(array: T[], index: number, offset: number) => T[];
