import { DateTime } from 'luxon';
export declare function formatDateTime(date: DateTime, format: string): string;
