import { IBaseIntValue } from '../type-specific-interfaces/base-int-value';
import { UpdateValue } from './update-value';
/**
 * @category Model V2
 */
export declare class UpdateIntValue extends UpdateValue implements IBaseIntValue {
    int: number;
    constructor();
}
//# sourceMappingURL=update-int-value.d.ts.map