export declare const validateName: (name: string) => boolean; export declare const validateEmail: (email: string) => boolean; export declare const validatePhoneNumber: (phone: string) => boolean; export declare const validateSubject: (subject: string) => boolean; export declare const validateMessage: (message: string) => boolean; export declare const validateCountryCode: (code: string) => boolean;