export declare const $GatewayMessagingService: { 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 messagingServiceId: { readonly type: "string"; }; readonly eventApiProductVersionId: { readonly type: "string"; }; readonly supportedProtocols: { readonly type: "array"; readonly contains: { readonly type: "Enum"; }; }; readonly type: { readonly type: "string"; }; }; };