export declare const $GraphNodeExtendedAttributeDTO: { readonly properties: { readonly attributeName: { readonly type: "string"; }; readonly value: { readonly type: "string"; }; }; };