export declare function equals(array?: any[] | readonly any[] | null, comparison?: any[] | readonly any[] | null): boolean;
