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