export declare const $AuditRelationDTO: { readonly properties: { readonly auditEntityType: { readonly type: "string"; }; readonly auditId: { readonly type: "string"; }; readonly identifier: { readonly type: "string"; }; readonly status: { readonly type: "string"; }; }; readonly isReadOnly: true; };