import { ApiClients, ApiClientSettings } from '../../types'; export declare const buildClientConfig: (settings: ApiClientSettings) => ApiClients;