import { type Hash } from 'viem'; import type { BedrockCrossChainMessageProof } from '../../types/BedrockCrossChainMessageProof.js'; export declare function useProveWithdrawalArgs({ l2ChainId, withdrawalTxHash, }: { withdrawalTxHash: Hash; l2ChainId: number; }): { withdrawalMessage: import("../../types/WithdrawalMessage.js").WithdrawalMessage | undefined; withdrawalOutputIndex: bigint | undefined; bedrockProof: BedrockCrossChainMessageProof | undefined; }; //# sourceMappingURL=useProveWithdrawalArgs.d.ts.map