export type { IServiceClient, ServiceClientConfig } from './IServiceClient'; export { DEFAULT_SERVICE_CLIENT_CONFIG, validateServiceClientConfig, mergeServiceClientConfig, } from './IServiceClient'; export { ServiceClient, createServiceClient } from './ServiceClient'; //# sourceMappingURL=index.d.ts.map