export declare const $AuditResultStatsRequestDTO: { readonly properties: { readonly auditEntityType: { readonly type: "Enum"; }; readonly eventMeshId: { readonly type: "string"; }; readonly eventBrokerIds: { readonly type: "array"; readonly contains: { readonly type: "string"; }; }; readonly hidden: { readonly type: "boolean"; }; readonly statuses: { readonly type: "array"; readonly contains: { readonly type: "Enum"; }; }; readonly tags: { readonly type: "array"; readonly contains: { readonly type: "Enum"; }; }; readonly excludedIds: { readonly type: "array"; readonly contains: { readonly type: "string"; }; }; readonly startsWith: { readonly type: "string"; }; readonly contains: { readonly type: "string"; }; }; };