export declare const isPast: (date: Date | null) => boolean;
export declare const isFuture: (date: Date | null) => boolean;
