import { IBaseUriValue } from "../type-specific-interfaces/base-uri-value";
import { UpdateValue } from "./update-value";
/**
 * @category Model V2
 */
export declare class UpdateUriValue extends UpdateValue implements IBaseUriValue {
    uri: string;
    constructor();
}
