export type RoundType = 'up' | 'down' | 'round'; export declare function toPrice(value: string, forDisplay?: boolean): string | number;