export { GraphQLOptions, Config, gql, ApolloError, toApolloError, SyntaxError, ValidationError, AuthenticationError, ForbiddenError, UserInputError, } from 'apollo-server-core'; export { ApolloServer, CreateHandlerOptions } from './ApolloServer'; //# sourceMappingURL=index.d.ts.map