export interface SkillMigrationPreview { sourceSkillPath: string; effectivePrecedence: string; referencedAgents: string[]; unresolvedReferences: string[]; staleAliases: string[]; modelChanges: string[]; permissionChanges: string[]; proposedEdits: string[]; contentHash: string; } export declare function previewSkillMigration(cwd?: string, agentDir?: string): SkillMigrationPreview[]; export declare function applySkillMigration(cwd?: string, agentDir?: string): { applied: false; previews: SkillMigrationPreview[]; }; export declare function packagedCavecrewPath(packageRoot: string): string; export declare function skillMigrationSourceExists(path: string): boolean; //# sourceMappingURL=skill-migration.d.ts.map