export declare const $EventApi: { 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 api."; readonly maxLength: 60; readonly minLength: 1; }; readonly shared: { readonly type: "boolean"; }; readonly applicationDomainId: { readonly type: "string"; }; readonly numberOfVersions: { readonly type: "number"; readonly isReadOnly: true; readonly format: "int32"; }; readonly brokerType: { readonly type: "Enum"; }; readonly customAttributes: { readonly type: "array"; readonly contains: { readonly type: "CustomAttribute"; }; }; readonly type: { readonly type: "string"; readonly description: "The type of this payload, eventApi."; readonly isReadOnly: true; }; }; };