export interface JSONRPCRequest { readonly method: string; readonly params?: any; readonly watchTimeoutMS?: number; }