export declare function isPresent(obj: any): boolean; export declare function isDate(obj: any): boolean; export declare function parseDate(obj: any): string;