export interface NowDescription { now: Record; } export declare const isNowDescription: (val: any) => val is NowDescription;