import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; export declare const FulfillmentMethod: { readonly BillOrDebtPayment: "bill-or-debt-payment"; readonly DigitalContent: "digital-content"; readonly Donation: "donation"; readonly InPersonService: "in-person-service"; readonly LocalPickupOrDelivery: "local-pickup-or-delivery"; readonly Other: "other"; readonly RemoteService: "remote-service"; readonly ShippedPhysicalGoods: "shipped-physical-goods"; readonly SubscriptionOrMembership: "subscription-or-membership"; }; export type FulfillmentMethod = ClosedEnum; /** @internal */ export declare const FulfillmentMethod$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const FulfillmentMethod$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=fulfillmentmethod.d.ts.map