import { Transaction } from 'stellar-sdk'; export declare function toTransaction(txrep: string, networkPassphrase?: string): Transaction; export declare function toObj(txrep: string): object; export declare function parseLine(line: string): { path: string; value: string | boolean; comment: string; };