export default interface ServerInfo { readonly name?: string; readonly version?: string; readonly plugins: ReadonlyArray; }>>; }