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