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