/** * Return the amount of ETH (wei) received from cashing out [tokenAmountWei] project tokens, across all suckers. * @param tokenAmountWei the amount of tokens to cash out. */ export declare function useSuckersCashOutQuote(tokenAmountWei: bigint): { data: bigint; isLoading: boolean; errors: (Error | null)[]; }; //# sourceMappingURL=useSuckersCashOutQuote.d.ts.map