import type { ConflictReport } from '../types.js'; import type { OrgClient } from './org-client.js'; /** * Compares field metadata between source and target orgs. * Returns a structured conflict report with blocking issues and warnings. * * FR-007. */ export declare function detectConflicts(objects: string[], sourceClient: OrgClient, targetClient: OrgClient, limit: number, offset: number): Promise; //# sourceMappingURL=conflict-detector.d.ts.map