export declare const $BulkAuditImportDTO: { readonly properties: { readonly auditImports: { readonly type: "array"; readonly contains: { readonly type: "AuditImportDTO"; }; }; }; };