/**
 * @module adaptive-expressions
 */
/**
 * Copyright (c) Microsoft Corporation. All rights reserved.
 * Licensed under the MIT License.
 */
import { ExpressionEvaluator } from '../expressionEvaluator';
/**
 * Return the number of words in a string.
 */
export declare class CountWord extends ExpressionEvaluator {
    /**
     * Initializes a new instance of the [CountWord](xref:adaptive-expressions.CountWord) class.
     */
    constructor();
    /**
     * @private
     */
    private static evaluator;
}
//# sourceMappingURL=countWord.d.ts.map