export class MistralClient {
    constructor(_apiKey: string) {
        throw new Error('This client is deprecated starting v1.0.0, pin your version to 0.4.2. Or migrate by following this documentation: TODO add link');
    }
}