import * as z from "zod/v4-mini"; export type CarrierAccountDHLExpressCreateRequestParameters = { /** * Whether or not the user agrees to the DHL Express Terms and Conditions. If passed in as false, request will fail with error 400 */ userAcceptedTermsAndConditions: boolean; }; /** @internal */ export type CarrierAccountDHLExpressCreateRequestParameters$Outbound = { user_accepted_terms_and_conditions: boolean; }; /** @internal */ export declare const CarrierAccountDHLExpressCreateRequestParameters$outboundSchema: z.ZodMiniType; export declare function carrierAccountDHLExpressCreateRequestParametersToJSON(carrierAccountDHLExpressCreateRequestParameters: CarrierAccountDHLExpressCreateRequestParameters): string; //# sourceMappingURL=carrieraccountdhlexpresscreaterequestparameters.d.ts.map