export declare const $KafkaTopicAuditResultSet: { readonly properties: { readonly eventIds: { readonly type: "array"; readonly contains: { readonly type: "string"; readonly isReadOnly: true; }; readonly isReadOnly: true; }; readonly aggregateAuditResult: { readonly type: "Audit"; }; readonly topicAudit: { readonly type: "Audit"; }; readonly kafkaTopicSchemaParentRelationAuditResultSets: { readonly type: "array"; readonly contains: { readonly type: "KafkaTopicSchemaParentRelationAuditResultSet"; }; }; readonly id: { readonly type: "string"; readonly isReadOnly: true; }; readonly type: { readonly type: "string"; readonly isReadOnly: true; }; }; };