import { type DeliveryTypeName } from '@myparcel/constants'; export declare const getDeliveryTypeTranslation: (name?: DeliveryTypeName | string) => string;