import { Client, type ClientConfigOptions } from './generated/Client.js';
export declare function buildClient(config: ClientConfigOptions): Client;
