/**
 * @module adaptive-expressions
 */
/**
 * Copyright (c) Microsoft Corporation. All rights reserved.
 * Licensed under the MIT License.
 */
import { ComparisonEvaluator } from './comparisonEvaluator';
/**
 * Check whether the first value is greater than the second value.
 * Return true if the first value is more, or return false if less.
 */
export declare class GreaterThan extends ComparisonEvaluator {
    /**
     * Initializes a new instance of the [GreaterThan](xref:adaptive-expressions.GreaterThan) class.
     */
    constructor();
    /**
     * @private
     */
    private static func;
}
//# sourceMappingURL=greaterThan.d.ts.map