/** @packageDocumentation * @module Utilities */ /** Performs a shallow difference check on two objects. * @internal */ export declare const shallowDiffers: (a: { [key: string]: any; } | undefined, b: { [key: string]: any; } | undefined) => boolean; //# sourceMappingURL=shallowDiffers.d.ts.map