import { FormatDateOptions } from '@dynatrace-sdk/units'; import { TimeFormatter } from '../types/formatter.js'; export declare const getTimeFormatter: (axisFormatter: TimeFormatter | FormatDateOptions | undefined) => (value: number | Date) => string;