import type { IExecutableSchemaDefinition } from '@graphql-tools/schema'; import type { GraphQLSchemaWithContext, YogaInitialContext } from './types.js'; export declare function createSchema(opts: IExecutableSchemaDefinition): GraphQLSchemaWithContext;