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 SearchCatalogItemsResponse: core.serialization.ObjectSchema; export declare namespace SearchCatalogItemsResponse { interface Raw { errors?: Error_.Raw[] | null; items?: serializers.CatalogObject.Raw[] | null; cursor?: string | null; matched_variation_ids?: string[] | null; included_resources?: IncludedResources.Raw | null; } }