export declare const $EventApiProductRegistration: { 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 applicationDomainId: { readonly type: "string"; readonly isRequired: true; }; readonly registrationId: { readonly type: "string"; readonly isRequired: true; }; readonly accessRequestId: { readonly type: "string"; readonly isRequired: true; }; readonly eventApiProductVersionId: { readonly type: "string"; readonly isRequired: true; }; readonly planId: { readonly type: "string"; readonly isRequired: true; }; readonly state: { readonly type: "Enum"; }; readonly type: { readonly type: "string"; readonly description: "The type of payload"; readonly isReadOnly: true; }; readonly customAttributes: { readonly type: "dictionary"; readonly contains: { readonly type: "string"; }; }; }; };