export declare const $GraphEdgeDTO: { 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 sourceId: { readonly type: "string"; }; readonly destinationId: { readonly type: "string"; }; readonly type: { readonly type: "string"; }; }; };