import { type Shipment } from '@myparcel-pdk/common'; export declare const getFieldLabel: (name: keyof Shipment.ModelShipmentOptions) => string;