import { type LookupFunction } from "net";
import { Agent } from "../../agent/Agent";
export declare function inspectDNSLookupCalls(lookup: Function, agent: Agent, module: string, operation: string, url?: URL, stackTraceCallingLocation?: Error): LookupFunction;
