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