declare const dateTransacValidator: (sentDate: string) => { isValid: boolean; message: string; }; export default dateTransacValidator;