import type { MigrationIntent, MigrationPlanResult } from '../types.js'; /** * Orchestrates the full sfdmu_plan_migration workflow: * intent-parser → credential-resolver → OrgClient.describeObject (online) * → analyseDependencies (online) → generateExportConfig → validateExportConfig * → MigrationPlanResult * * Falls back to offline best-effort mode when credentials are unavailable. */ export declare function planMigration(intent: MigrationIntent): Promise; //# sourceMappingURL=migration-planner.d.ts.map