import type { ChatNetworkClientParams } from '..'; /** * NOTE: Behind `chat.dev.models` configuration flag for internal dev testing purpose only! * * Calls the Gork API for chat completions. * This also works with the OpenAI API or any OpenAI compatible providers. * The endpoint can be changed via the apiEndpoint field in the `chat.dev.models` configuration. */ export declare function groqChatClient({ params, cb, completionsEndpoint, logger, signal, }: ChatNetworkClientParams): Promise; //# sourceMappingURL=chat-client.d.ts.map