declare const isIpv4: (ipv4: any) => boolean;
export default isIpv4;
