import { OpenaiClient } from './openaiClient';
export declare class DeepSeekClient extends OpenaiClient {
    constructor(option: any);
}
