export declare const $GraphNodeReferenceDTO: { readonly properties: { readonly referenceId: { readonly type: "string"; }; readonly referenceType: { readonly type: "string"; }; }; };