import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection } from "./CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection"; export declare const CatalogCustomAttributeDefinitionSelectionConfig: core.serialization.ObjectSchema; export declare namespace CatalogCustomAttributeDefinitionSelectionConfig { interface Raw { max_allowed_selections?: (number | null | undefined) | null; allowed_selections?: (CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection.Raw[] | null | undefined) | null; } }