/** * Returns true if the value is an IPv6 address * @specification http://tools.ietf.org/html/rfc2373#section-2.2 */ export declare function IsIPv6(value: string): boolean;