export declare function isIPv4(s: string): boolean;
export declare function isIPv6(s: string): boolean;
