import { type ConvertibleUnit, type FormatOptions, type Unit } from '@dynatrace-sdk/units'; import type { ChartUnit } from '../types/chart-unit.js'; import { type Formatter, type FormatterWithPrecision } from '../types/formatter.js'; /** @internal */ export declare const getTickFormatterMethod: (values: number[], formatter?: Formatter | FormatOptions, unit?: ChartUnit) => FormatterWithPrecision;