export declare const $GraphModelDTO: { readonly properties: { readonly createdTime: { readonly type: "string"; readonly isReadOnly: true; }; readonly updatedTime: { readonly type: "string"; readonly isReadOnly: true; }; readonly createdBy: { readonly type: "string"; readonly isReadOnly: true; }; readonly changedBy: { readonly type: "string"; readonly isReadOnly: true; }; readonly id: { readonly type: "string"; }; readonly orgId: { readonly type: "string"; }; readonly name: { readonly type: "string"; }; readonly graphType: { readonly type: "string"; }; readonly context: { readonly type: "string"; }; readonly contextId: { readonly type: "string"; }; readonly nodes: { readonly type: "array"; readonly contains: { readonly type: "GraphNodeWrapperDTO"; }; }; readonly type: { readonly type: "string"; }; }; };