/**
 * Update an instance attribute
 *
 *
 */
import { JsType } from '../../poly/registers/nodes/types/Js';
import { SetPointAttributeJsNode } from './SetPointAttribute';
export declare class SetInstanceAttributeJsNode extends SetPointAttributeJsNode {
    static type(): JsType;
}
