import { TeleswapSDK } from '@teleportdao/teleswap-sdk'; import BigNumber from 'bignumber.js'; import { PriceToken, PriceTokenAmount } from "../../../../../../common/tokens"; import { TeleSwapCcrSupportedChain } from '../constants/teleswap-ccr-supported-chains'; export declare class TeleSwapUtilsService { private static readonly bitcoinFeePercent; static calculateOutputWeiAmount(fromToken: PriceTokenAmount, toToken: PriceToken, teleSwapSdk: TeleswapSDK): Promise; private static calculateEvmOutputWeiAmount; private static calculateBtcOutputWeiAmount; static getTokenAddress(token: PriceToken): string | null; }