import type { APIClient, APIClientConfig } from './types.js'; /** * Create an API client with the given configuration. */ export declare function createAPIClient(config?: APIClientConfig): APIClient; //# sourceMappingURL=client.d.ts.map