/**
 * @module adaptive-expressions
 */
/**
 * Copyright (c) Microsoft Corporation. All rights reserved.
 * Licensed under the MIT License.
 */
import { ExpressionEvaluator } from '../expressionEvaluator';
/**
 * Operate on each element and return the new collection.
 */
export declare class Foreach extends ExpressionEvaluator {
    /**
     * Initializes a new instance of the [Foreach](xref:adaptive-expressions.Foreach) class.
     */
    constructor();
}
//# sourceMappingURL=foreach.d.ts.map