import { z } from 'zod'; import type { def } from '#src/schema/creator/index.js'; export declare const createAdminCrudEmbeddedFormSchema: import("#src/schema/creator/index.js").DefinitionSchemaCreatorWithSlots>, { adminSectionSlot: import("../../../../../index.js").DefinitionEntityType; }>; export type AdminCrudEmbeddedFormConfig = def.InferOutput; export type AdminCrudEmbeddedFormConfigInput = def.InferInput; export declare const createAdminCrudSectionSchema: import("#src/schema/creator/index.js").DefinitionSchemaCreatorWithSlots>, { adminSectionSlot: import("../../../../../index.js").DefinitionEntityType; }>; export type AdminCrudSectionConfig = def.InferOutput; export type AdminCrudSectionConfigInput = def.InferInput; //# sourceMappingURL=crud.d.ts.map