import { Zone } from 'luxon';
export declare function dateFormatter(date: Date, format: string, options?: any): string;
export declare function generateMultiFormat(timeZone: string | Zone, locale?: string): (date: Date) => string;
