export declare const $DesignerMappingDTO: { readonly properties: { readonly id: { readonly type: "string"; }; readonly messagingServiceId: { readonly type: "string"; }; readonly auditEntityType: { readonly type: "Enum"; }; readonly identifier: { readonly type: "string"; }; readonly attributes: { readonly type: "string"; }; readonly entityId: { readonly type: "string"; }; readonly versionId: { readonly type: "string"; }; readonly parentId: { readonly type: "string"; }; }; readonly isReadOnly: true; };