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