/// <reference types="node" />
import { RequestOptions } from "node:https";
export declare function HTTP<T>(url: string, requestOptions: RequestOptions, body?: Record<string, string>): Promise<T>;
export declare function _HTTP<T>(requestOptions: RequestOptions, body: string | undefined): Promise<T>;
//# sourceMappingURL=http.d.ts.map