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