export declare const formatNumber: (value: number, options: { locale?: string; format?: string; currency?: string; precision?: number; thousandSeparator?: string; decimalSeparator?: string; }) => string;