export declare function replaceArrayItemAtIndex(array: readonly number[], index: number, newValue: number): number[];