/**
 * @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 less than the second value.
 * Return true if the first value is less, or return false if the first value is more.
 */
export declare class LessThan extends ComparisonEvaluator {
    /**
     * Initializes a new instance of the [LessThan](xref:adaptive-expressions.LessThan) class.
     */
    constructor();
    /**
     * @private
     */
    private static func;
}
//# sourceMappingURL=lessThan.d.ts.map