import type { HTTP_CLIENT_FACTORY, HTTP_CLIENT } from '@tramvai/tokens-http-client'; export declare const createHttpClient: ({ factory, }: { factory: typeof HTTP_CLIENT_FACTORY; }) => typeof HTTP_CLIENT; //# sourceMappingURL=httpClient.d.ts.map