import type { ChatNetworkClientParams } from '..'; export declare function anthropicChatClient({ params, cb, completionsEndpoint, logger, signal, }: ChatNetworkClientParams): Promise; //# sourceMappingURL=chat-client.d.ts.map