/** Adjust precision in floating point numbers. */ export declare function adjustNumberDecimals( /** Input number that should be abbreviated. */ value: number, /** Precision of the fraction amount. */ precision?: number): string;