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