export declare const $EventVersion: { 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 isReadOnly: true; }; readonly eventId: { readonly type: "string"; readonly isRequired: true; }; readonly description: { readonly type: "string"; readonly maxLength: 10000; }; readonly version: { readonly type: "string"; readonly isRequired: true; }; readonly displayName: { readonly type: "string"; readonly maxLength: 40; }; readonly declaredProducingApplicationVersionIds: { readonly type: "array"; readonly contains: { readonly type: "string"; readonly isReadOnly: true; }; readonly isReadOnly: true; }; readonly declaredConsumingApplicationVersionIds: { readonly type: "array"; readonly contains: { readonly type: "string"; readonly isReadOnly: true; }; readonly isReadOnly: true; }; readonly producingEventApiVersionIds: { readonly type: "array"; readonly contains: { readonly type: "string"; readonly isReadOnly: true; }; readonly isReadOnly: true; }; readonly consumingEventApiVersionIds: { readonly type: "array"; readonly contains: { readonly type: "string"; readonly isReadOnly: true; }; readonly isReadOnly: true; }; readonly attractingApplicationVersionIds: { readonly type: "array"; readonly contains: { readonly type: "AttractingApplicationVersionTuple"; }; readonly isReadOnly: true; }; readonly schemaVersionId: { readonly type: "string"; }; readonly schemaPrimitiveType: { readonly type: "Enum"; }; readonly deliveryDescriptor: { readonly type: "DeliveryDescriptor"; }; readonly stateId: { readonly type: "string"; readonly isReadOnly: true; }; readonly customAttributes: { readonly type: "array"; readonly contains: { readonly type: "CustomAttribute"; }; }; readonly messagingServiceIds: { readonly type: "array"; readonly contains: { readonly type: "string"; readonly isReadOnly: true; }; readonly isReadOnly: true; }; readonly type: { readonly type: "string"; }; }; };