export interface MinuteDescription { minute: { value: Date; }; } export declare const isMinuteDescription: (val: any) => val is MinuteDescription;