export type Mistral = {
    model?: string;
    systemPrompt?: string;
};
//# sourceMappingURL=mistral.d.ts.map