import { NitroGraphQLOptions } from "../types/index.mjs"; import { GraphQLSchema } from "graphql"; //#region src/utils/server-codegen.d.ts declare function generateTypes(selectFremework: string, schema: GraphQLSchema, config?: Partial, outputPath?: string): Promise; //#endregion export { generateTypes };