declare const deepDiffer: (one: any, two: any, maxDepth?: number) => boolean; export default deepDiffer;