/**
 * Checks for IPv6 format
 */
export declare function IsIPv6(target: any, propertyName: string): void;
