import { type UseReadContractParameters, type UseReadContractReturnType } from 'wagmi'; export declare function useGetL2OutputIndexAfter({ l2ChainId, blockNumber, ...rest }: { blockNumber?: bigint; l2ChainId: number; } & UseReadContractParameters): UseReadContractReturnType; //# sourceMappingURL=useGetL2OutputIndexAfter.d.ts.map