export declare const DISPLAY_DECIMAL_TIERS: readonly [readonly ["10000", 0], readonly ["1000", 1], readonly ["100", 2], readonly ["10", 3], readonly ["0.1", 4]]; export declare const SMALL_VALUE_DECIMALS = 5; export declare function displayDecimalsBy(matchesTier: (threshold: string) => boolean): number; export declare function isFormattedZero(input: string): boolean; //# sourceMappingURL=constants.d.ts.map