export declare const areKeysTheSame: (object1: Record<string, any>, object2: Record<string, any>) => boolean;
