export declare const emailValidation: (term: string) => boolean; export declare const numberValidation: (term: string) => boolean; export declare const whitespaceValidation: (term: string) => boolean; export declare const dateValidation: (term: string) => boolean; export declare const maskDate: (term: string) => string;