import * as z from "zod/v4-mini"; export type GetCouponRequest = { /** * Coupon ID */ id: string; }; /** @internal */ export type GetCouponRequest$Outbound = { id: string; }; /** @internal */ export declare const GetCouponRequest$outboundSchema: z.ZodMiniType; export declare function getCouponRequestToJSON(getCouponRequest: GetCouponRequest): string; //# sourceMappingURL=get-coupon-op.d.ts.map