export interface Storage { host: string, port: number, bypass: string[]; }