declare function formatDateTime(format?: string, dateTime?: Date): string; export default formatDateTime;