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