import { PriceToken, PriceTokenAmount } from "../../../../../../common/tokens"; import { EvmBlockchainName } from "../../../../../../core/blockchain/models/blockchain-name"; export declare const calculateRates: (from: PriceTokenAmount, toToken: PriceToken, slippage: number) => Promise;