import { FormatValueOptions } from './formatValue.types';
/**
 * Format value with decimal separator, group separator and prefix
 */
export declare const formatValue: (options: FormatValueOptions) => string;
