import { IOClients } from '../../../../../clients'; import { GraphQLOptions, ParamsContext, RecorderState } from '../../typings'; import { ExecutableSchema } from '../typings'; import { GraphQLServiceContext } from '../typings'; export declare const updateSchema: (graphql: GraphQLOptions, executableSchema: ExecutableSchema) => (ctx: GraphQLServiceContext, next: () => Promise) => Promise;