import { ObjectXD, AttribRefs } from './ObjectAttributeReactivity';
import { JsIConnectionPointTypeToDataTypeMap, ParamConvertibleJsType } from '../../engine/nodes/utils/io/connections/Js';
import type { AttribValue } from '../../types/GlobalTypes';
export declare function getOrCreateObjectAttributeRef<T extends ParamConvertibleJsType>(object3D: ObjectXD, attribName: string, type: T, defaultAttribValue?: JsIConnectionPointTypeToDataTypeMap[T]): AttribRefs<T>;
export declare function _dummyReadAttributeRefVal(value: AttribValue): void;
