export declare const $AuditImportDTO: { 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 auditIds: { readonly type: "array"; readonly contains: { readonly type: "string"; }; }; readonly properties: { readonly type: "dictionary"; readonly contains: { readonly type: "string"; }; }; readonly auditImportAction: { readonly type: "Enum"; }; readonly audits: { readonly type: "array"; readonly contains: { readonly type: "Audit"; }; readonly isReadOnly: true; }; readonly id: { readonly type: "string"; }; readonly type: { readonly type: "string"; }; }; };