export function formatISO(year: any, month: any, date: any, hours: any, min: any, sec: any, ms: any, utc: any, short: any): string;
export function formatDate(d: any, short: any): string;
export function formatUTCDate(d: any, short: any): string;
