import { z } from 'zod'; export declare const contactPersonUpdateFormSchema: z.ZodObject<{ email: z.ZodNullable, z.ZodEmail]>>; firstName: z.ZodString; lastName: z.ZodString; mobilePhone: z.ZodNullable; phone: z.ZodNullable; position: z.ZodNullable; }, z.core.$strip>; export type ContactPersonUpdateForm = z.infer;