import { IExecutableSchemaDefinition } from '@graphql-tools/schema';
import { GraphQLSchemaWithContext, YogaInitialContext } from './types.cjs';
export declare function createSchema<TContext = YogaInitialContext>(opts: IExecutableSchemaDefinition<TContext>): GraphQLSchemaWithContext<TContext>;