import { UniswapV3RouterConfiguration } from '../../../common/uniswap-v3-abstract/models/uniswap-v3-router-configuration'; declare const tokensSymbols: readonly ["WBERA", "WETH", "STONE", "WBTC", "beraETH", "HONEY", "uniBTC", "USDe", "USDC.e", "USDâ‚®0"]; type TokenSymbol = (typeof tokensSymbols)[number]; export declare const KODIAK_V3_ROUTER_CONFIGURATION: UniswapV3RouterConfiguration; export {};