import { z } from "zod"; export declare const createTeamValidation: z.ZodObject<{ name: z.ZodString; slug: z.ZodString; description: z.ZodDefault>; roles: z.ZodArray; }, z.core.$strip>;