/**
 * @module adaptive-expressions
 */
/**
 * Copyright (c) Microsoft Corporation. All rights reserved.
 * Licensed under the MIT License.
 */
import { ExpressionEvaluator } from '../expressionEvaluator';
/**
 * Check whether an expression is false.
 * Return true if the expression is false, or return false if true.
 */
export declare class Not extends ExpressionEvaluator {
    /**
     * Initializes a new instance of the [Not](xref:adaptive-expressions.Not) class.
     */
    constructor();
    /**
     * @private
     */
    private static evaluator;
}
//# sourceMappingURL=not.d.ts.map