export declare const $RuntimeAgentFrontEndDTO: { readonly properties: { readonly createdTime: { readonly type: "string"; readonly isReadOnly: true; }; readonly updatedTime: { readonly type: "string"; readonly isReadOnly: true; }; readonly createdBy: { readonly type: "string"; readonly isReadOnly: true; }; readonly changedBy: { readonly type: "string"; readonly isReadOnly: true; }; readonly id: { readonly type: "string"; readonly description: "Primary key set by the server."; readonly isReadOnly: true; }; readonly name: { readonly type: "string"; readonly description: "The name of the EMA."; readonly isRequired: true; }; readonly region: { readonly type: "string"; readonly description: "The region in which the EMA belongs to, extracted from the EventManagementAgentRegion."; readonly isReadOnly: true; }; readonly clientUsername: { readonly type: "string"; readonly description: "The SMF username for a customer's EMA to use to communicate to event-portal."; readonly isReadOnly: true; }; readonly clientPassword: { readonly type: "string"; readonly description: "The SMF password for a customer's EMA to use to communicate to event-portal."; readonly isReadOnly: true; }; readonly referencedByMessagingServiceIds: { readonly type: "array"; readonly contains: { readonly type: "string"; readonly description: "The list of messagingServiceIds user provides in GET APIs to filter the results."; readonly isReadOnly: true; }; readonly isReadOnly: true; }; readonly orgId: { readonly type: "string"; readonly description: "Used by admin APIs to get a list of EMAs against the given orgId"; readonly isReadOnly: true; }; readonly status: { readonly type: "string"; readonly description: "The connection status of EP to the actual EMA which this object represents."; readonly isReadOnly: true; }; readonly lastConnectedTime: { readonly type: "string"; readonly description: "The timestamp of last heartbeat received from the EMA"; readonly isReadOnly: true; }; readonly version: { readonly type: "string"; readonly description: "The version of the current connected EMA"; readonly isReadOnly: true; }; readonly runtimeAgentMode: { readonly type: "Enum"; readonly isReadOnly: true; }; readonly updateRequired: { readonly type: "boolean"; readonly description: "Does this EMA require upgrade to latest released version."; readonly isReadOnly: true; }; readonly messagingServicesToUpdate: { readonly type: "array"; readonly contains: { readonly type: "string"; }; }; readonly messagingServicesToCreate: { readonly type: "array"; readonly contains: { readonly type: "MessagingService"; }; }; readonly messagingServicesToDisassociate: { readonly type: "array"; readonly contains: { readonly type: "string"; }; }; readonly type: { readonly type: "string"; readonly isReadOnly: true; }; readonly eventManagementAgentRegionId: { readonly type: "string"; readonly description: "The ID of the associated EventManagementAgentRegion."; }; }; };