import { ResponseFormat, ToolChoice, ToolChoiceEnum } from "@mistralai/mistralai/models/components";
import { JsonSpecification, LlmToolChoice } from "../llm-core-provider";
export declare const jsonResponseToMistral: (format?: boolean | JsonSpecification, schemaDescription?: string) => ResponseFormat;
export declare const toolChoiceToMistral: (toolChoice?: LlmToolChoice) => ToolChoice | ToolChoiceEnum | undefined;
