export declare const arrayShallowEqual: (a: readonly unknown[], b: readonly unknown[]) => boolean;