import { KeyValue, Transaction } from '../../interfaces';
export declare function encode(data: Transaction): KeyValue;
