import { OpenAIClient } from 'openai-fetch'; /** Create a new openai-fetch OpenAIClient. */ export declare function createOpenAIClient( /** Options to pass to the OpenAI client. */ opts?: ConstructorParameters[0], /** Force a new client to be created. */ forceNew?: boolean): OpenAIClient;