export declare const compareObjects: (obj1: object, obj2: object) => boolean; export declare const hashFromObject: (obj: object | undefined) => string;