/**
 * Define a regex to verify a date
 *
 * Matches `3/7/18`, `3-7-18` and `03/07/2018`
 */
export declare const dateRegex: RegExp;
