export declare const $EventMesh: { 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 event mesh."; readonly maxLength: 40; readonly minLength: 1; }; readonly environmentId: { readonly type: "string"; readonly description: "The environmentId of the Event Mesh"; readonly maxLength: 255; readonly minLength: 1; }; readonly description: { readonly type: "string"; readonly description: "The description of the event mesh."; readonly maxLength: 10000; readonly minLength: 1; }; readonly brokerType: { readonly type: "Enum"; }; readonly type: { readonly type: "string"; readonly description: "The type of this payload, eventMesh."; readonly isReadOnly: true; }; }; };