import * as z from "zod/v3"; import { OpenEnum } from "../../types/enums.js"; export declare const RefundTargetType: { readonly PaymentMethod: "payment-method"; readonly GiftCardRedemption: "gift-card-redemption"; }; export type RefundTargetType = OpenEnum; /** @internal */ export declare const RefundTargetType$inboundSchema: z.ZodType; /** @internal */ export declare const RefundTargetType$outboundSchema: z.ZodType; //# sourceMappingURL=refundtargettype.d.ts.map