import { Contact } from "../types"; export declare function formatCustomerName(contact: Contact): string;