import { InjectionToken, ValueProvider } from '@angular/core'; export declare type IdentityMatcher = (a: T, b: T) => boolean; export declare const defaultIdentityMatcher: IdentityMatcher; export declare const DEFAULT_IDENTITY_MATCHER: InjectionToken>; export declare function provideDefaultIdentityMatcher(matcher: IdentityMatcher): ValueProvider; //# sourceMappingURL=identity-matcher.d.ts.map