import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; /** * Type of goods of the shipment. * * @remarks * Allowed values available here */ export declare const CustomsDeclarationContentsTypeEnum: { readonly Documents: "DOCUMENTS"; readonly Gift: "GIFT"; readonly Sample: "SAMPLE"; readonly Merchandise: "MERCHANDISE"; readonly HumanitarianDonation: "HUMANITARIAN_DONATION"; readonly ReturnMerchandise: "RETURN_MERCHANDISE"; readonly Other: "OTHER"; }; /** * Type of goods of the shipment. * * @remarks * Allowed values available here */ export type CustomsDeclarationContentsTypeEnum = ClosedEnum; /** @internal */ export declare const CustomsDeclarationContentsTypeEnum$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=customsdeclarationcontentstypeenum.d.ts.map