import { type Shipment } from '@myparcel-pdk/common'; import { type InteractiveElementInstance } from '@myparcel/vue-form-builder'; /** * Update the default values of the fields based on the carrier, so the tri-state defaults are correct. */ export declare const updateFieldsDefaults: (carrier: string, { form, name }: InteractiveElementInstance, inheritedDeliveryOptions: Record) => void;