export function formatDate(date: any, locale?: any, useTime?: boolean, format?: string): string; export function formatFileDate(date: any, locale?: any, useTime?: boolean, format?: string): string; export function formatDateTime(date: any, format?: string): string; export function dateStringToMoment(date: any, locale: any, format?: string): moment.Moment; export function formatDateTimeForAPI(date: Date | string): string | null; export function getDatePatternByLocale(locale?: any, useTime?: boolean): string; export function getFileDatePatternByLocale(locale?: any, useTime?: boolean): string; export function intTimeToStringFormat(utcLong: any, translate: any, formatType?: any): string; export function isValidTimeFormat(timeSpentStr: any, locale?: any): boolean; export function stringTimeToIntFormat(timeSpent: any, locale?: any): number; export function getWeekDateFullName(weekDay: any, translate?: () => string): string; export function getWeekDateShortName(weekDay: any, translate?: () => string): string; export function getWeekDaysNames(translate?: () => string): string[]; export function getMonthShortName(month: any, translate?: () => string): string; export function getMonthFullName(month: any, translate?: () => string): string; import moment from "moment"; //# sourceMappingURL=dateTime.d.ts.map