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