import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const CatalogStockConversion: core.serialization.ObjectSchema; export declare namespace CatalogStockConversion { interface Raw { stockable_item_variation_id: string; stockable_quantity: string; nonstockable_quantity: string; } }