export declare const validateEmail: (email: string) => string[]; export declare const isRequired: (input: string, name: string) => string[];