import { type FormInstance } from '@myparcel/vue-form-builder'; import { type SelectOption } from '../../types'; export declare const getPackageTypes: (form?: FormInstance) => SelectOption[];