import type { GatewayGraphQLRequestContext } from '@apollo/server-gateway-interface'; import type { ApolloServer, ApolloServerInternals } from '../ApolloServer'; import type { BaseContext, GraphQLRequestContextExecutionDidStart } from '../externalTypes'; export declare function makeGatewayGraphQLRequestContext(as4RequestContext: GraphQLRequestContextExecutionDidStart, server: ApolloServer, internals: ApolloServerInternals): GatewayGraphQLRequestContext; //# sourceMappingURL=makeGatewayGraphQLRequestContext.d.ts.map