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