import type { Future } from "../../../types/module.js"; import type { ReconciliationFutureResultFailure } from "../types.js"; export declare function compare(future: Future, fieldName: string, existingValue: ValueT, newValue: ValueT, messageSuffix?: string): ReconciliationFutureResultFailure | undefined; //# sourceMappingURL=compare.d.ts.map