import type { AvaxTx } from '../serializable/avax'; import type { EVMTx } from '../serializable/evm/abstractTx'; import type { Context } from '../vms/context'; export declare const getInputAmounts: (tx: AvaxTx | EVMTx) => Map; export declare const getOutputAmounts: (tx: AvaxTx | EVMTx) => Map; export declare const getBurnedAmountByTx: (tx: AvaxTx | EVMTx, context: Context) => Map; //# sourceMappingURL=getBurnedAmountByTx.d.ts.map