/**
 * Only allow date strings before a specific date
 */
export declare function IsBefore(date: string): Function;
