import { GraphQLObjectType } from 'graphql';
export declare const GraphQLSessionWithToken: GraphQLObjectType<any, any>;
export declare const GraphQLPublicSessionWithToken: GraphQLObjectType<any, any>;
export declare const GraphQLSession: GraphQLObjectType<any, any>;