import type { HttpClient, RequestBodyType } from "./interfaces.js";
/** @internal */
export declare function getBodyLength(body: RequestBodyType): number | null;
/**
 * Create a new HttpClient instance for the NodeJS environment.
 * @internal
 */
export declare function createNodeHttpClient(): HttpClient;
//# sourceMappingURL=nodeHttpClient.d.ts.map