/** * Catalog-derived agent path helpers. * * Agent service implementations can have custom runtime behavior, but their * project-scope install paths should come from the capability catalog. * * @experimental This API is unstable and may change without notice. */ import type { AgentId } from "./types.js"; /** @experimental */ export declare const agentSkillsProjectDir: (agentId: AgentId) => string; /** @experimental */ export declare const agentSubagentsProjectDirOptional: (agentId: AgentId) => string | undefined; /** @experimental */ export declare const agentSubagentsProjectDir: (agentId: AgentId) => string; //# sourceMappingURL=descriptor-paths.d.ts.map