/** * @param s {string} A string in the d/m/y format. e. g. : 13/01/1996 */ export default function isValidDate(s: string): boolean;