export declare function getArrayChanges(arr1: any[], arr2: any[], key: string): { [key: string]: { count: number; changes: [any, any]; }; };