export declare const isNameValid: (value: string) => boolean; export declare const isEmailValid: (value: string) => boolean;