/**
 * @module adaptive-expressions
 */
/**
 * Copyright (c) Microsoft Corporation. All rights reserved.
 * Licensed under the MIT License.
 */
import { ExpressionEvaluator } from '../expressionEvaluator';
/**
 * Rounds a number value to the nearest integer.
 */
export declare class Round extends ExpressionEvaluator {
    /**
     * Initializes a new instance of the [Round](xref:adaptive-expressions.Round) class.
     */
    constructor();
    /**
     * @private
     */
    private static evaluator;
    private static roundToPrecision;
}
//# sourceMappingURL=round.d.ts.map