/** Forked from https://github.com/epoberezkin/fast-deep-equal */ export declare function deepEqual(a: any, b: any): boolean;