export declare const $EventV2KpiMetric: { readonly properties: { readonly id: { readonly type: "string"; }; readonly eventVersionId: { readonly type: "string"; }; readonly eventId: { readonly type: "string"; }; readonly eventName: { readonly type: "string"; }; readonly semanticVersion: { readonly type: "string"; }; readonly stateId: { readonly type: "string"; }; readonly shared: { readonly type: "boolean"; }; readonly consumerCount: { readonly type: "number"; readonly format: "int32"; }; readonly brokerType: { readonly type: "string"; }; readonly topicAddress: { readonly type: "string"; }; readonly type: { readonly type: "string"; }; }; };