import * as z from "zod"; import { CatalogEntryV2, CatalogEntryV2$Outbound } from "./catalogentryv2.js"; export type CreateEntryResponseBody = { catalogEntry: CatalogEntryV2; }; /** @internal */ export declare const CreateEntryResponseBody$inboundSchema: z.ZodType; /** @internal */ export type CreateEntryResponseBody$Outbound = { catalog_entry: CatalogEntryV2$Outbound; }; /** @internal */ export declare const CreateEntryResponseBody$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 CreateEntryResponseBody$ { /** @deprecated use `CreateEntryResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `CreateEntryResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `CreateEntryResponseBody$Outbound` instead. */ type Outbound = CreateEntryResponseBody$Outbound; } //# sourceMappingURL=createentryresponsebody.d.ts.map