export declare const $ApplicationRegistration: { 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 applicationId: { readonly type: "string"; readonly isReadOnly: true; }; readonly name: { readonly type: "string"; readonly isRequired: true; readonly maxLength: 60; }; readonly type: { readonly type: "string"; readonly isReadOnly: true; }; readonly customAttributes: { readonly type: "dictionary"; readonly contains: { readonly type: "string"; }; }; }; };