/**
 * Checks if two objects are deeply equal.
 * Borrowed the source code from https://github.com/lukeed/dequal.
 */
export declare function dequal(foo: any, bar: any): boolean;
//# sourceMappingURL=dequal.d.ts.map