import { z } from 'zod'; import type { def } from '#src/schema/creator/index.js'; export declare const createModelGraphqlSchema: import("#src/schema/creator/index.js").DefinitionSchemaCreatorWithSlots; fields: z.ZodPrefault>; globalRoles: z.ZodPrefault>>>; instanceRoles: z.ZodPrefault>>>; }, z.core.$strip>>>; localRelations: z.ZodPrefault>; globalRoles: z.ZodPrefault>>>; instanceRoles: z.ZodPrefault>>>; }, z.core.$strip>>>; foreignRelations: z.ZodPrefault>; globalRoles: z.ZodPrefault>>>; instanceRoles: z.ZodPrefault>>>; }, z.core.$strip>>>; }, z.core.$strip>>; queries: z.ZodPrefault>>>; instanceRoles: z.ZodPrefault>>>; get: z.ZodPrefault; }, z.core.$strip>>; list: z.ZodPrefault; count: z.ZodPrefault; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; mutations: z.ZodPrefault; }, z.core.$strip>>; update: z.ZodPrefault; }, z.core.$strip>>; delete: z.ZodPrefault; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>, { modelSlot: import("../../index.js").DefinitionEntityType; }>; export type ModelGraphqlInput = def.InferInput; export type ModelGraphqlDefinition = def.InferOutput; //# sourceMappingURL=graphql.d.ts.map