export declare const $Event: { 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 name: { readonly type: "string"; readonly isRequired: true; readonly maxLength: 2048; readonly minLength: 1; }; readonly shared: { readonly type: "boolean"; }; readonly applicationDomainId: { readonly type: "string"; readonly isRequired: true; }; readonly brokerType: { readonly type: "string"; }; readonly numberOfVersions: { readonly type: "number"; readonly isReadOnly: true; readonly format: "int32"; }; readonly customAttributes: { readonly type: "array"; readonly contains: { readonly type: "CustomAttribute"; }; }; readonly type: { readonly type: "string"; readonly isReadOnly: true; }; }; };