import { VmTxState } from './vm-tx-state.cjs'; export type TransactionSenderIndex = { sender: string; index: number; tx: any; vtx: VmTxState; };