export declare namespace ChineseIp {
    const Ipv4Regex: string;
    const Ipv6EllipsisRegexOther: string;
    const Ipv6Regex: string;
}
