import objectHash from 'object-hash'; export declare const isEqualByHash: (a: T, b: T, options?: objectHash.NormalOption) => boolean;