export interface IHostConfig { hostName: string; destination: string; privateKey: string; publicKey: string; }