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