import zod from "zod"; export declare const createGroupCreateValidation: () => zod.ZodObject<{ id: zod.ZodOptional>>; name: zod.ZodString; slug: zod.ZodPipe, zod.ZodTransform>; description: zod.ZodPipe>>, zod.ZodTransform>; icon: zod.ZodPipe; }, zod.core.$loose>>>>>, zod.ZodTransform<{ [x: string]: unknown; type: string; name: string; value?: string | undefined; } | null, { [x: string]: unknown; type: string; name: string; value?: string | undefined; } | null>>; }, zod.core.$strip>; export declare const createGroupUpdateValidation: () => zod.ZodObject<{ name: zod.ZodOptional; description: zod.ZodOptional>>; icon: zod.ZodOptional; }, zod.core.$loose>>>>>, zod.ZodTransform<{ [x: string]: unknown; type: string; name: string; value?: string | undefined; } | null, { [x: string]: unknown; type: string; name: string; value?: string | undefined; } | null>>>; }, zod.core.$strip>;