import { ParsedObjectType } from "../../../types/ParsedObjectType"; export declare function areObjectsEqual(objectA: ParsedObjectType, objectB: ParsedObjectType): boolean;