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