export interface MonthDescription { month: { value: Date; }; } export declare const isMonthDescription: (val: any) => val is MonthDescription;