import { GraphQLServiceContext } from '../typings'; export declare function response(ctx: GraphQLServiceContext, next: () => Promise): Promise;