import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; export declare const FulfillmentTimeframe: { readonly Immediate: "immediate"; readonly Other: "other"; readonly Over30Days: "over-30-days"; readonly PreOrder: "pre-order"; readonly RecurringSchedule: "recurring-schedule"; readonly ScheduledEvent: "scheduled-event"; readonly Within30Days: "within-30-days"; readonly Within7Days: "within-7-days"; }; export type FulfillmentTimeframe = ClosedEnum; /** @internal */ export declare const FulfillmentTimeframe$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const FulfillmentTimeframe$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=fulfillmenttimeframe.d.ts.map