import { RawTransaction, Transaction } from '../interfaces'; export declare function fromTransaction(tx: RawTransaction): Transaction;