/** * Path Migration Utility * * Handles migration from legacy .ticket-mate/ paths to canonical .orchestrator/ paths. */ export declare function ensureOrchestratorPath(root: string): void; //# sourceMappingURL=path-migration.d.ts.map