export function moveElementInArray(array: unknown[], element: unknown, newIndex: number, offset?: boolean): number;