export type JsonRpcOptions = { host?: string; hostname?: string; port?: number | string; username?: string; password?: string; };