import { ObjectXD } from './ObjectAttributeReactivity';
import type { AttribValue } from '../../types/GlobalTypes';
export declare function _updateObjectAttribRef(object3D: ObjectXD, attribName: string, newValue: AttribValue): void;
