import { NumberFormat } from '../types.js'; export declare function formatNumber(value: unknown, format: NumberFormat, locale: string): string;