import type * as Square from "../../api/index"; import * as core from "../../core"; import * as serializers from "../index"; import { Error_ } from "./Error_"; import { IncludedResources } from "./IncludedResources"; export declare const BatchGetCatalogObjectsResponse: core.serialization.ObjectSchema; export declare namespace BatchGetCatalogObjectsResponse { interface Raw { errors?: Error_.Raw[] | null; objects?: serializers.CatalogObject.Raw[] | null; related_objects?: serializers.CatalogObject.Raw[] | null; included_resources?: IncludedResources.Raw | null; } }