export declare const $EventV2KpiMetricResponse: { readonly properties: { readonly data: { readonly type: "array"; readonly contains: { readonly type: "EventV2KpiMetric"; }; }; readonly meta: { readonly type: "meta"; }; }; };