import { type Plugin } from '@myparcel-pdk/common'; import { type InteractiveElementConfiguration } from '@myparcel/vue-form-builder'; import { type ShipmentOptionsRefs } from '../types'; export declare const createCarrierField: (refs: ShipmentOptionsRefs, inheritedDeliveryOptions: Plugin.ModelContextOrderDataContext['inheritedDeliveryOptions']) => InteractiveElementConfiguration;