export interface SecondDescription { second: { value: Date; }; } export declare const isSecondDescription: (val: any) => val is SecondDescription;