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