/// <reference types="node" />
import type { RequestOptions } from "https";
export declare function get(url: string, options?: RequestOptions, httpModulePath?: string): Promise<string>;
