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