interface RdapDomainResult { domain: string; status: string[]; registrar?: string; registrationDate?: string; expirationDate?: string; lastUpdated?: string; nameservers: string[]; entities: { role: string; name?: string; email?: string; phone?: string; }[]; port43?: string; } interface RdapIpResult { ip: string; name?: string; type?: string; startAddress?: string; endAddress?: string; cidr?: string; country?: string; entities: { role: string; name?: string; }[]; port43?: string; } export declare function whoisDomain(domain: string): Promise; export declare function whoisIp(ip: string): Promise; export {}; //# sourceMappingURL=index.d.ts.map