import { GraphQLScalarType } from 'graphql';
export declare const GraphQLPort: GraphQLScalarType<number, number>;
