import { type RequestOptions } from "node:http";
/**
 * @internal
 */
export declare function httpRequest(options: RequestOptions): Promise<Buffer>;
