import type { AIProfileBackend, AIProfileChoice, AIProfileDefinition, InstructionTier } from "./types.js"; export declare function resolveInstructionTier(profile: AIProfileDefinition, explicitTier?: InstructionTier): InstructionTier; export declare function resolveBackend(profile: AIProfileDefinition, choice: AIProfileChoice, explicitBackend?: AIProfileBackend): AIProfileBackend; //# sourceMappingURL=resolveInstructionTierAndBackend.d.ts.map