import type * as Square from "../../api/index"; import * as core from "../../core"; import * as serializers from "../index"; export declare const CreateCatalogImageRequest: core.serialization.ObjectSchema; export declare namespace CreateCatalogImageRequest { interface Raw { idempotency_key: string; object_id?: string | null; image: serializers.CatalogObject.Raw; is_primary?: boolean | null; } }