export interface Server { localPort?: number; name?: string; protocol?: string; serverName?: string; }