import is from '../lang/is';
/**
 * Compares if both arrays have the same elements
 */
declare function equals(a: any, b: any, callback?: typeof is): boolean;
export default equals;
