interface MistralStreamState { model: string; started: boolean; inThinking: boolean; toolCalls: Map; } export declare const mistralWireFormat: import("../wire-format.js").WireFormatConfig; export {}; //# sourceMappingURL=mistral.d.ts.map