import { ExecutableSchema } from './../typings'; import { GraphQLServiceContext } from '../typings'; export declare const extractQuery: (executableSchema: ExecutableSchema) => (ctx: GraphQLServiceContext, next: () => Promise) => Promise;