export declare const INSTALLED_TREES: { from: string; to: string[]; }[]; export declare const INSTALLED_FILES: string[]; export declare const SKILLS_MANIFEST_REL = "installed-skills.json"; export declare const AGENTS_MANIFEST_REL = "installed-agents.json"; export declare const LEGACY_TRANSPORT_AGENT_NAMES: readonly string[];