import { Transaction as EvmTransaction } from "@ledgerhq/coin-evm/types/transaction"; export declare const getTxType: (tx: EvmTransaction) => string; //# sourceMappingURL=txTrackingHelper.d.ts.map