import { type Shipment } from '@myparcel-pdk/common'; import { type InteractiveElementInstance, type FormInstance } from '@myparcel/vue-form-builder'; export declare const createHasShipmentOptionWatcher: (shipmentOption: keyof Shipment.ModelShipmentOptions, invert?: boolean, validator?: (form: FormInstance) => boolean) => (field: InteractiveElementInstance) => boolean;