import { AddressDetails } from '../types'; export declare const formatAddressDetails: (details: AddressDetails) => string;