export interface Announcement { port: number; path: string; name: string; host: string; capabilities: string[]; }