import type { ChartUnit } from '../types/chart-unit.js'; export declare function getUnitAsString(unit: ChartUnit): string;