export declare const isNumberNaN: (num: any) => boolean;
export declare const timestamp: (date: any) => number;
export declare const isDateValid: (date: any) => boolean;
export declare const timeToString: (date: any) => string;
