import { makeExecutableSchema } from "@graphql-tools/schema"; //#region src/runtime/utils.d.ts declare const makeSchema: typeof makeExecutableSchema; //#endregion export { makeSchema };