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