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