export interface YearDescription { year: { value: Date; }; } export declare const isYearDescription: (val: any) => val is YearDescription;