import { lookup as defaultLookup } from "node:dns"; export default function buildLookupFunction(time2live: number, hostname: string, lookup?: typeof defaultLookup): (hostname: string, family: 4 | 6, cb: (error?: NodeJS.ErrnoException | null, address?: string, family?: 4 | 6) => void) => void;