export declare function clampTime(min: string | null, date: Date, max: string | null): Date; export declare function isBefore(date: Date, time: string | null): boolean; export declare function isAfter(date: Date, time: string | null): boolean;