import * as z from "zod"; import { CatalogTypeV2, CatalogTypeV2$Outbound } from "./catalogtypev2.js"; export type ListTypesResponseBody = { catalogTypes: Array; }; /** @internal */ export declare const ListTypesResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListTypesResponseBody$Outbound = { catalog_types: Array; }; /** @internal */ export declare const ListTypesResponseBody$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 ListTypesResponseBody$ { /** @deprecated use `ListTypesResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ListTypesResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ListTypesResponseBody$Outbound` instead. */ type Outbound = ListTypesResponseBody$Outbound; } //# sourceMappingURL=listtypesresponsebody.d.ts.map