export declare function parseDate(val: any): Date; export declare function isTodayInBrazil(date: Date): boolean; export declare function isSameDayInTimezone(first: Date, second: Date, timezoneInMinutes: number): boolean; export declare function applyTimezone(date: Date, timezoneInMinutes: number): Date; export declare function calcDaysOfLife(date: any): number; export declare function getDateOnly(date: any): string;