import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { CatalogItemOptionValue } from "./CatalogItemOptionValue"; import { CatalogObjectBase } from "./CatalogObjectBase"; export declare const CatalogObjectItemOptionValue: core.serialization.ObjectSchema; export declare namespace CatalogObjectItemOptionValue { interface Raw extends CatalogObjectBase.Raw { item_option_value_data?: CatalogItemOptionValue.Raw | null; } }