import { ContactCard } from '../interfaces/whatsapp-engine.interface';
export declare function buildVCard(contact: ContactCard): string;
