import { type Plugin } from '@myparcel-pdk/common'; import { type FormInstance } from '@myparcel/vue-form-builder'; import { type OneOrMore } from '@myparcel/ts-utils'; export declare const createShipmentOptionsForm: (orders?: OneOrMore) => FormInstance;