import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const DiscountDuration: { readonly Once: "once"; readonly Forever: "forever"; readonly Repeating: "repeating"; }; export type DiscountDuration = OpenEnum; /** @internal */ export declare const DiscountDuration$inboundSchema: z.ZodMiniType; /** @internal */ export declare const DiscountDuration$outboundSchema: z.ZodMiniType; //# sourceMappingURL=discountduration.d.ts.map