import z from 'zod'; import type { def } from '#src/schema/creator/index.js'; export declare const createAdminCrudInputSchema: import("#src/schema/creator/index.js").DefinitionSchemaCreatorWithSlots; type: z.ZodString; label: z.ZodString; }, z.z.core.$loose>], "type">, { modelSlot: import("../../../../../../index.js").DefinitionEntityType; adminSectionSlot: import("../../../../../../index.js").DefinitionEntityType; }>; export type AdminCrudInputConfig = def.InferOutput; export type AdminCrudInputConfigInput = def.InferInput; //# sourceMappingURL=admin-crud-input.d.ts.map