import { type Address, type TransactionReceipt } from 'viem'; import { type WithdrawalMessage } from '../types/WithdrawalMessage.js'; export declare function getWithdrawalMessage(withdrawalReceipt: TransactionReceipt, l2L1MessagePasserAddress: Address): WithdrawalMessage; //# sourceMappingURL=getWithdrawalMessage.d.ts.map