import { z } from 'zod'; import type { def } from '#src/schema/index.js'; export declare const createWebAdminSectionSchema: import("#src/schema/index.js").DefinitionSchemaCreatorWithSlots>, { appSlot: import("../../../../index.js").DefinitionEntityType; }>; export type WebAdminSectionConfig = def.InferOutput; export type WebAdminSectionConfigInput = def.InferInput; export declare const createAdminAppSchema: import("#src/schema/index.js").DefinitionSchemaCreatorWithSlots; allowedRoles: z.ZodPrefault>>>; sections: z.ZodPrefault>>>; }, z.core.$strip>>, { appSlot: import("../../../../index.js").DefinitionEntityType; }>; //# sourceMappingURL=admin.d.ts.map