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