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