import type { BaseContext, HTTPGraphQLRequest, HTTPGraphQLResponse } from './externalTypes/index.js'; import type { ApolloServer, ApolloServerInternals, SchemaDerivedData } from './ApolloServer'; export declare function runPotentiallyBatchedHttpQuery(server: ApolloServer, httpGraphQLRequest: HTTPGraphQLRequest, contextValue: TContext, schemaDerivedData: SchemaDerivedData, internals: ApolloServerInternals): Promise; //# sourceMappingURL=httpBatching.d.ts.map