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