import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; export declare const RefundPolicy: { readonly ConditionalRefund: "conditional-refund"; readonly CustomPolicy: "custom-policy"; readonly EventBasedPolicy: "event-based-policy"; readonly FullRefundExtendedWindow: "full-refund-extended-window"; readonly FullRefundWithin30Days: "full-refund-within-30-days"; readonly NoRefunds: "no-refunds"; readonly PartialRefund: "partial-refund"; readonly ProratedRefund: "prorated-refund"; readonly StoreCreditOnly: "store-credit-only"; }; export type RefundPolicy = ClosedEnum; /** @internal */ export declare const RefundPolicy$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const RefundPolicy$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=refundpolicy.d.ts.map