import { GraphQLScalarType } from 'graphql';
export declare const IPV4_REGEX: RegExp;
export declare const GraphQLIPv4: GraphQLScalarType<string, string>;
