import { Input } from '@shipengine/connect-sdk/lib/internal'; import * as api from '@shipengine/connect-order-source-api'; export declare function mapAddress(address: api.Address | undefined): Input.AddressWithContactInfoAndPickupLocation | undefined; export declare function mapNotificationItem(item: api.ShipmentNotificationItem): Input.SalesOrderPackageItem; export declare function mapShippingCode(code: string | undefined): string | undefined; export declare function mapNotification(notification: api.ShipmentNotification): Input.SalesOrderShipment;