import { WriteValue } from '../write-value';
/**
 * Represents a value to be updated.
 *
 * @category Model V2
 */
export declare abstract class UpdateValue extends WriteValue {
    id: string;
    constructor(type: string);
}
//# sourceMappingURL=update-value.d.ts.map