import is from '../lang/is';
/**
 * Checks if two objects have the same keys and values.
 */
declare function equals(a: any, b: any, callback?: typeof is): boolean;
export default equals;
