import { JBChainId } from "juice-sdk-core"; /** * Return the amount of ETH (wei) received from redeerming [tokenAmountWei] project tokens. */ export declare function useTokenCashOutQuoteEth(tokenAmountWei: bigint | undefined, { chainId }: { chainId?: JBChainId; }): import("wagmi").UseReadContractReturnType; //# sourceMappingURL=useTokenCashOutQuoteEth.d.ts.map