export declare function isPublicIp(ip: string): boolean;
export declare function isIp(str: string): boolean;
