import * as z from "zod/v4-mini";
import { ClosedEnum } from "../../types/enums.js";
/**
* Indicates how the carrier should proceed in case the shipment can't be delivered.
*
* @remarks
* Allowed values available here
*/
export declare const CustomsDeclarationNonDeliveryOptionEnum: {
readonly Abandon: "ABANDON";
readonly Return: "RETURN";
};
/**
* Indicates how the carrier should proceed in case the shipment can't be delivered.
*
* @remarks
* Allowed values available here
*/
export type CustomsDeclarationNonDeliveryOptionEnum = ClosedEnum;
/** @internal */
export declare const CustomsDeclarationNonDeliveryOptionEnum$outboundSchema: z.ZodMiniEnum;
//# sourceMappingURL=customsdeclarationnondeliveryoptionenum.d.ts.map