export declare const $KpiEventReuseMetricDTO: { readonly properties: { readonly sharedReuseIndex: { readonly type: "number"; }; readonly sharedTotalEvents: { readonly type: "number"; readonly format: "int64"; }; readonly sharedConsumerCount: { readonly type: "number"; readonly format: "int64"; }; readonly nonSharedReuseIndex: { readonly type: "number"; }; readonly nonSharedTotalEvents: { readonly type: "number"; readonly format: "int64"; }; readonly nonSharedConsumerCount: { readonly type: "number"; readonly format: "int64"; }; readonly brokerType: { readonly type: "string"; }; readonly id: { readonly type: "string"; }; readonly type: { readonly type: "string"; }; }; };