import type * as Square from "../../api/index"; import * as core from "../../core"; import * as serializers from "../index"; export declare const CatalogObjectBatch: core.serialization.ObjectSchema; export declare namespace CatalogObjectBatch { interface Raw { objects: serializers.CatalogObject.Raw[]; } }