import { z } from "zod"; export declare const updateTeamValidation: z.ZodObject<{ name: z.ZodOptional; description: z.ZodOptional; roles: z.ZodOptional>; }, z.core.$strip>;