export interface HourDescription { hour: { value: Date; }; } export declare const isHourDescription: (val: any) => val is HourDescription;