/** * Checks for IPv4 (129.89.23.1) or IPv6 format */ export declare function IsIP(target: any, propertyName: string): void;