/** * Deep diff between two objects. * @param object Object compared * @param base Object to compare to * @return Return a new object that represents the diff */ export declare function compare(object: any, base: any, options?: { verbose?: boolean; ignoredKeys?: string[]; }): any; //# sourceMappingURL=compare.d.ts.map