import z from 'zod'; export declare const phoneNumberFormSchema: z.ZodString; export type PhoneNumberForm = z.infer;