import { IExecutableSchemaDefinition } from '@graphql-tools/utils'; export declare function makeExecutableSchema({ typeDefs, resolvers, logger, allowUndefinedInResolve, resolverValidationOptions, directiveResolvers, schemaDirectives, parseOptions, inheritResolversFromInterfaces, }: IExecutableSchemaDefinition): import("graphql").GraphQLSchema;