import * as z from "zod"; export type CatalogV2NumberShowEntryRequest = { /** * ID of this catalog entry */ id: string; }; /** @internal */ export declare const CatalogV2NumberShowEntryRequest$inboundSchema: z.ZodType; /** @internal */ export type CatalogV2NumberShowEntryRequest$Outbound = { id: string; }; /** @internal */ export declare const CatalogV2NumberShowEntryRequest$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 CatalogV2NumberShowEntryRequest$ { /** @deprecated use `CatalogV2NumberShowEntryRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `CatalogV2NumberShowEntryRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `CatalogV2NumberShowEntryRequest$Outbound` instead. */ type Outbound = CatalogV2NumberShowEntryRequest$Outbound; } //# sourceMappingURL=catalogv2numbershowentry.d.ts.map