import { type Hash } from 'viem'; import { type TransactionDepositedEvent } from '../types/depositTransaction.js'; type GetL2HashFromDepositInfoParams = { event: TransactionDepositedEvent; logIndex: number; blockHash: Hash; }; export declare function getL2HashFromL1DepositInfo({ event, logIndex, blockHash, }: GetL2HashFromDepositInfoParams): `0x${string}`; export {}; //# sourceMappingURL=getL2HashFromL1DepositInfo.d.ts.map