import type { UIntQuantity } from '../../dt/index.js';
import { type Unit } from './units.js';
export declare function fmt(value: number, unit?: Unit | undefined, decimalsCount?: UIntQuantity | undefined): string;
