export declare function updateArrayAt(array: T[], index: number, mapperFn: (T: any) => T): T[]; //# sourceMappingURL=array.d.ts.map