import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const CatalogObjectReference: core.serialization.ObjectSchema; export declare namespace CatalogObjectReference { interface Raw { object_id?: (string | null | undefined) | null; catalog_version?: ((bigint | number) | null | undefined) | null; } }