import { z } from 'zod'; export declare const createBaseAdminSectionValidators: (context: import("../../../../index.js").DefinitionSchemaParserContext) => z.ZodObject<{ id: z.ZodDefault; name: z.ZodString; featureRef: z.ZodType>; icon: z.ZodOptional; type: z.ZodString; }, z.core.$strip>; //# sourceMappingURL=base.d.ts.map