/**
 * Gets the url from the arguments of a node:http(s) outgoing request function call.
 */
export declare function getUrlFromHTTPRequestArgs(args: unknown[], module: "http" | "https"): URL | undefined;
