export declare function shouldShortenValues(shortValues?: boolean): boolean; export declare function hasDecimalPlaces(decimalPlaces?: number): boolean; export declare function limitDecimalPlaces(num?: number): number | undefined; //# sourceMappingURL=utils.d.ts.map