declare function publicIPs(d: any): Promise; declare function getIPTypes(d: any): Promise; declare function getIPv4(d: any): Promise; declare function getIPv6(d: any): Promise; export declare function getIPs(d?: any): Promise & { types: typeof getIPTypes; public: typeof publicIPs; IPv4: typeof getIPv4; IPv6: typeof getIPv6; }; export {}; //# sourceMappingURL=ip.d.ts.map