import { type Shipment } from '@myparcel-pdk/common'; import { type FormInstance } from '@myparcel/vue-form-builder'; export declare const hasShipmentOption: (form: FormInstance, option: keyof Shipment.ModelShipmentOptions) => boolean;