/** * Defines the visibility of a custom attribute to applications other than their * creating application. */ export declare const CatalogCustomAttributeDefinitionAppVisibility: { readonly AppVisibilityHidden: "APP_VISIBILITY_HIDDEN"; readonly AppVisibilityReadOnly: "APP_VISIBILITY_READ_ONLY"; readonly AppVisibilityReadWriteValues: "APP_VISIBILITY_READ_WRITE_VALUES"; }; export type CatalogCustomAttributeDefinitionAppVisibility = (typeof CatalogCustomAttributeDefinitionAppVisibility)[keyof typeof CatalogCustomAttributeDefinitionAppVisibility];