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