import * as z from "zod"; export type SegmentIDListContractDto = { ids: Array; }; /** @internal */ export declare const SegmentIDListContractDto$inboundSchema: z.ZodType; /** @internal */ export type SegmentIDListContractDto$Outbound = { ids: Array; }; /** @internal */ export declare const SegmentIDListContractDto$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 SegmentIDListContractDto$ { /** @deprecated use `SegmentIDListContractDto$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `SegmentIDListContractDto$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `SegmentIDListContractDto$Outbound` instead. */ type Outbound = SegmentIDListContractDto$Outbound; } //# sourceMappingURL=segmentidlistcontractdto.d.ts.map