import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; /** * EEL / PFC type of the shipment. For most shipments from the US to CA, `NOEEI_30_36` is applicable; for most * * @remarks * other shipments from the US, `NOEEI_30_37_a` is applicable. * Allowed values available here */ export declare const CustomsDeclarationEelPfcEnum: { readonly NOEEI3037A: "NOEEI_30_37_a"; readonly NOEEI3037H: "NOEEI_30_37_h"; readonly NOEEI3037F: "NOEEI_30_37_f"; readonly Noeei3036: "NOEEI_30_36"; readonly AesItn: "AES_ITN"; }; /** * EEL / PFC type of the shipment. For most shipments from the US to CA, `NOEEI_30_36` is applicable; for most * * @remarks * other shipments from the US, `NOEEI_30_37_a` is applicable. * Allowed values available here */ export type CustomsDeclarationEelPfcEnum = ClosedEnum; /** @internal */ export declare const CustomsDeclarationEelPfcEnum$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=customsdeclarationeelpfcenum.d.ts.map