import { DayValue } from 'zeed'; export declare function dayValidator(text: string, usaMode?: boolean): DayValue | undefined;