export interface Metadata { username: string; password: string; hostname: string; protocol: string; port: string; }