export declare const $EventApiProduct: { 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 product"; readonly maxLength: 60; readonly minLength: 1; }; readonly applicationDomainId: { readonly type: "string"; }; readonly shared: { readonly type: "boolean"; }; 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 payload"; readonly isReadOnly: true; }; }; };