export declare const $CustomAttributeFrontEndDTO: { 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 name: { readonly type: "string"; readonly pattern: "[a-zA-Z0-9\\._-]+"; }; readonly valueType: { readonly type: "Enum"; }; readonly scope: { readonly type: "Enum"; readonly isRequired: true; }; readonly associatedEntityTypes: { readonly type: "array"; readonly contains: { readonly type: "string"; }; }; readonly associatedEntities: { readonly type: "array"; readonly contains: { readonly type: "AssociatedEntity"; }; }; readonly valuesEntityTypes: { readonly type: "array"; readonly contains: { readonly type: "string"; }; }; readonly values: { readonly type: "array"; readonly contains: { readonly properties: {}; }; }; readonly type: { readonly type: "string"; }; }; };