import { Observable } from 'rxjs' declare class TransactionHub { private readonly connection private readonly val fromAccount: string toAccount: string fromType: string toType: string event: Observable constructor (); start (): Promise; private readonly onClosed } export default TransactionHub