export declare const shortDate: (d: Date | undefined) => string; export declare const time: (d: Date | undefined) => string; export declare const isBeforeDate: (dateToCheck: Date, dateToCheckAgainst: Date) => boolean;