/**
 * get an instance attribute
 *
 *
 */
import { JsType } from '../../poly/registers/nodes/types/Js';
import { GetPointAttributeJsNode } from './GetPointAttribute';
export declare class GetInstanceAttributeJsNode extends GetPointAttributeJsNode {
    static type(): JsType;
}
