import type { ChatNetworkClientParams } from '..'; /** * NOTE: Behind `chat.dev.models` configuration flag for internal dev testing purpose only! * * Calls the Google API for chat completions with history. * REF: https://ai.google.dev/tutorials/rest_quickstart#multi-turn_conversations_chat */ export declare function googleChatClient({ params, cb, completionsEndpoint, logger, signal, }: ChatNetworkClientParams): Promise; //# sourceMappingURL=chat-client.d.ts.map