import type { TaskRouterConfig, TaskType } from '../types/router/index.js'; /** * Resolves the model ID for a given task type using the router config. * * Fallback chain: `router[taskType]` -> `router.default` -> `primaryModel` */ export declare function resolveTaskModel(taskType: TaskType, router: TaskRouterConfig | undefined, primaryModel: string): string; //# sourceMappingURL=task-router.d.ts.map