export declare function ip2Region(ip: string): Promise; export declare function batchIp2Region(ips: string[]): Promise;