export { HttpClientError } from './errors'; export { withRetry } from './retry'; export { runWithCorrelationId, getCorrelationId } from './correlation'; export { destroyAllPools, destroyPool } from './registry'; export { RegcheqPool, createPool, type PoolOptions, type PoolRequestOptions, type RawResponse, } from './pool'; export { createRequest, type FetchOptions } from './request'; export { client, http, createClient, DedicatedClient, type IHttpClient, type RequestConfig, type RawRequestConfig, } from './client'; export { HttpClientService, HttpClientModule } from './nestjs'; //# sourceMappingURL=index.d.ts.map