declare module 'vcard-parser' { export function parse(vcard: string): any; export function format(vcard: any): string; }