import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const CatalogCustomAttributeDefinitionAppVisibility: core.serialization.Schema; export declare namespace CatalogCustomAttributeDefinitionAppVisibility { type Raw = "APP_VISIBILITY_HIDDEN" | "APP_VISIBILITY_READ_ONLY" | "APP_VISIBILITY_READ_WRITE_VALUES"; }