export declare const MIN_USD_LIQUIDITY_TO_FETCH = 100n; export declare const STABLE_GAS_COST = 84000; export declare const VARIABLE_GAS_COST_PER_CYCLE = 63000; export declare enum DirectMethods { directSell = "directBalancerV2GivenInSwap", directBuy = "directBalancerV2GivenOutSwap" } export declare enum DirectMethodsV6 { directSell = "swapExactAmountInOnBalancerV2", directBuy = "swapExactAmountOutOnBalancerV2" } export declare const BALANCER_API_URL = "https://api-v3.balancer.fi/";