/** * Returns true if the value is a IPV4 address * @specification http://tools.ietf.org/html/rfc2673#section-3.2 */ export declare function IsIPv4(value: string): boolean;