import * as z from "zod"; import { CatalogTypeAttributePayloadV2, CatalogTypeAttributePayloadV2$Outbound } from "./catalogtypeattributepayloadv2.js"; export type UpdateTypeSchemaRequestBody = { attributes: Array; version: number; }; /** @internal */ export declare const UpdateTypeSchemaRequestBody$inboundSchema: z.ZodType; /** @internal */ export type UpdateTypeSchemaRequestBody$Outbound = { attributes: Array; version: number; }; /** @internal */ export declare const UpdateTypeSchemaRequestBody$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 UpdateTypeSchemaRequestBody$ { /** @deprecated use `UpdateTypeSchemaRequestBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `UpdateTypeSchemaRequestBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `UpdateTypeSchemaRequestBody$Outbound` instead. */ type Outbound = UpdateTypeSchemaRequestBody$Outbound; } //# sourceMappingURL=updatetypeschemarequestbody.d.ts.map