import { Output } from '@shipengine/connect-sdk/lib/internal'; import * as api from '@shipengine/connect-order-source-api'; export declare function mapName(name: Output.PersonName): string; export declare function mapAddress(address: Output.AddressWithContactInfoAndPickupLocation | undefined): api.Address | undefined; export declare function ignoreEmpty(input: string | undefined): string | undefined;