import { GraphQLServer, PubSub } from 'graphql-yoga';
export declare const pubsub: PubSub;
export declare const server: GraphQLServer;
