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