export declare const $MessagingServiceFrontEndDTO: { 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 eventMeshId: { readonly type: "string"; readonly description: "The eventMeshId associated to the messaging service."; }; readonly runtimeAgentId: { readonly type: "string"; readonly description: "The runtimeAgentId associated to the messaging service."; }; readonly solaceCloudMessagingServiceId: { readonly type: "string"; readonly description: "The solaceCloudMessagingServiceId associated to the messaging service."; }; readonly messagingServiceType: { readonly type: "Enum"; }; readonly name: { readonly type: "string"; readonly description: "The name of the messaging service."; }; readonly messagingServiceConnections: { readonly type: "array"; readonly contains: { readonly type: "MessagingServiceConnection"; }; }; readonly schemaRegistriesToCreate: { readonly type: "array"; readonly contains: { readonly type: "SchemaRegistry"; }; }; readonly schemaRegistriesToUpdate: { readonly type: "array"; readonly contains: { readonly type: "SchemaRegistry"; }; }; readonly schemaRegistriesToDissociate: { readonly type: "array"; readonly contains: { readonly type: "string"; }; }; readonly type: { readonly type: "string"; readonly isReadOnly: true; }; readonly eventManagementAgentId: { readonly type: "string"; }; }; };