import type { PreflightReport } from '../types.js'; import type { OrgClient } from './org-client.js'; /** * Read-only pre-flight analysis of an SFDMU migration plan. * Queries source org for record counts; validates config structure. * Does NOT touch the target org. * * FR-005, SC-004. */ export declare function runPreflightAnalysis(configData: unknown, orgClient: OrgClient, limit: number, offset: number): Promise; //# sourceMappingURL=preflight.d.ts.map