export declare const checkRequiredFields: (model: any, fields: string[]) => void; export declare const validateEmail: (email: string) => boolean;