interface O { [key: string]: unknown; } declare const shallowDiffers: (a: O, b: O) => boolean; export default shallowDiffers;