import * as z from "zod"; import { CatalogTypeAttributeV2, CatalogTypeAttributeV2$Outbound } from "./catalogtypeattributev2.js"; export type CatalogTypeSchemaV2 = { /** * Attributes of this catalog type */ attributes: Array; /** * The version number of this schema */ version: number; }; /** @internal */ export declare const CatalogTypeSchemaV2$inboundSchema: z.ZodType; /** @internal */ export type CatalogTypeSchemaV2$Outbound = { attributes: Array; version: number; }; /** @internal */ export declare const CatalogTypeSchemaV2$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace CatalogTypeSchemaV2$ { /** @deprecated use `CatalogTypeSchemaV2$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `CatalogTypeSchemaV2$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `CatalogTypeSchemaV2$Outbound` instead. */ type Outbound = CatalogTypeSchemaV2$Outbound; } //# sourceMappingURL=catalogtypeschemav2.d.ts.map