export declare const isSameArray: (array1: unknown[], array2: unknown[]) => boolean;
