import { z } from 'zod'; export declare const contactPersonCreateFormSchema: 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 ContactPersonCreateFormData = z.infer;