import type { IReferenceInfo } from '.';
export interface IDataCompare {
    referenceInfo1: IReferenceInfo;
    referenceInfo2: IReferenceInfo;
    /** True if versions are different. */
    changed: boolean;
    /** Html string with comparison of both references. */
    html: string;
}
//# sourceMappingURL=IDataCompare.d.ts.map