import type { ToolResult } from "../types.js"; /** * Registration lookup with zero `whois` binary dependency. * Order: RDAP over HTTPS → port-43 WHOIS via IANA referral. */ export declare function nativeWhoisLookup(target: string): Promise;