import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const CatalogCustomAttributeDefinitionSellerVisibility: core.serialization.Schema; export declare namespace CatalogCustomAttributeDefinitionSellerVisibility { type Raw = "SELLER_VISIBILITY_HIDDEN" | "SELLER_VISIBILITY_READ_WRITE_VALUES"; }