declare const isIpv6: (ipv6: any) => boolean;
export default isIpv6;
