export declare const $SolaceMessagingService: { readonly description: "Solace Messaging Services"; readonly properties: { readonly id: { readonly type: "string"; readonly description: "ID value of the object"; readonly isReadOnly: true; }; readonly messagingServiceId: { readonly type: "string"; readonly description: "ID of the Event Portal messaging service"; readonly isReadOnly: true; }; readonly messagingServiceName: { readonly type: "string"; readonly description: "Name of the Event Portal messaging service"; readonly isReadOnly: true; }; readonly supportedProtocols: { readonly type: "array"; readonly contains: { readonly type: "string"; readonly description: "Values for allowed supported protocols"; }; }; readonly environmentId: { readonly type: "string"; readonly isReadOnly: true; }; readonly environmentName: { readonly type: "string"; readonly isReadOnly: true; }; readonly eventMeshId: { readonly type: "string"; readonly isReadOnly: true; }; readonly eventMeshName: { readonly type: "string"; readonly isReadOnly: true; }; readonly solaceCloudMessagingServiceId: { readonly type: "string"; }; readonly type: { readonly type: "string"; readonly description: "The type of payload"; readonly isReadOnly: true; }; }; };