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