///
///
import { Slice } from "@ton/core";
import { TonOperation } from "../../types";
import { TonAddressBook, TonJettonTransfer, TonTransaction, TonTransactionsList } from "./api.types";
export declare function getTransactions(addr: string, startLt?: string): Promise;
export declare function getJettonTransfers(addr: string, startLt?: string): Promise;
export declare function mapTxToOps(accountId: string, addr: string, addressBook: TonAddressBook): (tx: TonTransaction) => TonOperation[];
export declare function mapJettonTxToOps(accountId: string, addr: string, addressBook: TonAddressBook, jettonTxMessageHashesMap?: Map): (tx: TonJettonTransfer) => Promise;
export declare function dataToSlice(data: string): Slice | undefined;
export declare function loadSnakeBytes(slice: Slice): Buffer;
export declare function decodeForwardPayload(payload: string | null): string;
//# sourceMappingURL=txn.d.ts.map