import type { CohereClient } from 'cohere-ai';
export declare function createCohereV2ChatClient(options: {
    apiKey?: string;
}): CohereClient;
