import type { EIP7702CompatibleTx } from '../types.js'; /** * The amount of gas paid for the data in this tx */ export declare function getDataFee(tx: EIP7702CompatibleTx): bigint; //# sourceMappingURL=eip7702.d.ts.map