export declare const $EventManagementAgentRegion: { readonly properties: { readonly id: { readonly type: "string"; readonly description: "Primary key set by the server."; readonly isReadOnly: true; }; readonly serviceId: { readonly type: "string"; readonly description: "The id of the service from maas-core."; readonly isRequired: true; }; readonly name: { readonly type: "string"; readonly description: "The name of the EventManagementAgentRegion."; readonly isRequired: true; }; readonly cloudProvider: { readonly type: "string"; readonly description: "The name of the cloud provider."; readonly isRequired: true; }; readonly region: { readonly type: "string"; readonly description: "The name of the region."; readonly isRequired: true; }; readonly host: { readonly type: "string"; readonly description: "The host name of the region."; readonly isRequired: true; }; readonly msgVpn: { readonly type: "string"; readonly description: "The name of the region's msgVpn."; readonly isRequired: true; }; readonly port: { readonly type: "number"; readonly description: "The SMF port number."; readonly format: "int32"; }; readonly createdBy: { readonly type: "string"; readonly isReadOnly: true; }; readonly updatedBy: { readonly type: "string"; readonly isReadOnly: true; }; readonly createdTime: { readonly type: "string"; readonly isReadOnly: true; }; readonly updatedTime: { readonly type: "string"; readonly isReadOnly: true; }; }; };