import type { ChatNetworkClientParams } from '..'; /** * Calls the Ollama API for chat completions with history. */ export declare function ollamaChatClient({ params, cb, completionsEndpoint, logger, signal, }: ChatNetworkClientParams): Promise; //# sourceMappingURL=chat-client.d.ts.map