/**
 * Calculates deep equality between javascript
 * objects
 */
export declare function deepEqual<T>(value: T, other: T): boolean;
