export declare class ParameterValueConversionUtils { static BoundsToRangeString(lowerBound: number, upperBound: number): string; }