import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; /** * The incoterm reference of the shipment. FCA is available for DHL Express and FedEx only. * * @remarks * eDAP is available for DPD UK only. DAP is available for DHL Express and DPD UK. * If expecting DAP for other carriers, please use DDU. * Allowed values available here */ export declare const CustomsDeclarationIncotermEnum: { readonly Ddp: "DDP"; readonly Ddu: "DDU"; readonly Fca: "FCA"; readonly Dap: "DAP"; readonly EDAP: "eDAP"; }; /** * The incoterm reference of the shipment. FCA is available for DHL Express and FedEx only. * * @remarks * eDAP is available for DPD UK only. DAP is available for DHL Express and DPD UK. * If expecting DAP for other carriers, please use DDU. * Allowed values available here */ export type CustomsDeclarationIncotermEnum = ClosedEnum; /** @internal */ export declare const CustomsDeclarationIncotermEnum$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=customsdeclarationincotermenum.d.ts.map