import { type CtrfReport } from '../../types/ctrf';
import { type Arguments } from '../index';
export declare function mistralAI(systemPrompt: string, prompt: string, args: Arguments): Promise<string | null>;
export declare function mistralFailedTestSummary(report: CtrfReport, args: Arguments, file?: string, log?: boolean): Promise<CtrfReport>;
