interface Contact { pubkey: string; name: string; } export type { Contact };