import { GraphQLObjectType } from 'graphql';
export declare const GraphQLAuthProvider: GraphQLObjectType<any, any>;
export declare const GraphQLJWTToken: GraphQLObjectType<any, any>;
