import { GraphQLSchema } from "graphql"; //#region lib/client/generate/generate.d.ts declare function generateFromSchema({ outputPath, schema, rumbleImportPath, apiUrl, useExternalUrqlClient, removeExisting, forceReactivity, autoIncludeIdField }: { schema: GraphQLSchema; outputPath: string; rumbleImportPath?: string; apiUrl?: string; useExternalUrqlClient?: boolean | string; removeExisting?: boolean; forceReactivity?: boolean; autoIncludeIdField?: string | boolean; }): Promise; //#endregion export { generateFromSchema }; //# sourceMappingURL=generate.d.cts.map