/**
 * @module adaptive-expressions
 */
/**
 * Copyright (c) Microsoft Corporation. All rights reserved.
 * Licensed under the MIT License.
 */
import { ComparisonEvaluator } from './comparisonEvaluator';
/**
 * Return the Boolean version of a value.
 */
export declare class Bool extends ComparisonEvaluator {
    /**
     * Initializes a new instance of the [Bool](xref:adaptive-expressions.Bool) class.
     */
    constructor();
    /**
     * @private
     */
    private static func;
}
//# sourceMappingURL=bool.d.ts.map