import { Cell } from 'ton3-core'; import { Transaction } from './Transaction'; export declare function parseTransaction(cell: Cell): Transaction; //# sourceMappingURL=parseTransaction.d.ts.map