export declare function dateFormatOptionsWithTimeZone(dateFormatOptions: Intl.DateTimeFormatOptions, timeZone?: string): Intl.DateTimeFormatOptions; export declare function formatWithTimeZone(date: Date, formatString: string, timeZone?: string): string; export declare function getFormattedAxisLabel(rangeMs: number): string | { month: '{MMM}'; year: '{yearStyle|{yyyy}}\n{monthStyle|{MMM}}'; day: '{MM}/{dd}'; }; interface FormattedDateTime { formattedDate: string; formattedTime: string; } export declare const getDateAndTime: (timeMs?: number) => FormattedDateTime; export {}; //# sourceMappingURL=format.d.ts.map