import { type FormInstance } from '@myparcel/vue-form-builder'; export declare const getFormCarrierName: (form: FormInstance) => string | undefined;