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