import { CustomerFormData } from '../components/checkout-embed/checkout-schema';
export declare const formatAddress: (address: CustomerFormData["address"]) => string;
