import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const CouponType: { readonly Fixed: "fixed"; readonly Percentage: "percentage"; }; export type CouponType = OpenEnum; /** @internal */ export declare const CouponType$inboundSchema: z.ZodMiniType; /** @internal */ export declare const CouponType$outboundSchema: z.ZodMiniType; //# sourceMappingURL=coupon-type.d.ts.map