import type { ModelRoleKey } from "../../../settings.js"; import type { AgentDescriptor } from "./agentDescriptorTypes.js"; /** * Maps an agent descriptor to its model role key. * Returns null for descriptor types without a dedicated role (e.g. cron). */ export declare function agentDescriptorRoleResolve(descriptor: AgentDescriptor): ModelRoleKey | null; //# sourceMappingURL=agentDescriptorRoleResolve.d.ts.map