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