export declare const $AuditResultStatsDTO: { readonly properties: { readonly auditStatusDistribution: { readonly type: "dictionary"; readonly contains: { readonly type: "number"; readonly format: "int32"; }; }; readonly auditAssociatedTagIds: { readonly type: "array"; readonly contains: { readonly type: "string"; }; }; readonly eventBrokerIds: { readonly type: "array"; readonly contains: { readonly type: "string"; }; }; readonly nonDraftAuditIds: { readonly type: "array"; readonly contains: { readonly type: "string"; }; }; readonly auditDetail: { readonly type: "dictionary"; readonly contains: { readonly type: "AuditDetail"; }; }; }; };