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