import { StakerInfo } from './types'; import { UniswapNetworkConfig } from '../uniswap/types'; export declare const platformId = "pancakeswap"; export declare const programAddress = "0xc7efb4076dbe143cbcd98cfaaa929ecfc8f299203dfff63b95ccb6bfe19850fa"; export declare const lpTypePrefix = "0xc7efb4076dbe143cbcd98cfaaa929ecfc8f299203dfff63b95ccb6bfe19850fa::swap::LPToken<"; export declare const lpCoinInfoTypePrefix = "0x1::coin::CoinInfo<0xc7efb4076dbe143cbcd98cfaaa929ecfc8f299203dfff63b95ccb6bfe19850fa::swap::LPToken<"; export declare const theGraphUrlEthV2 = "https://api.thegraph.com/subgraphs/name/pancakeswap/exhange-eth"; export declare const factoryV2Bnb = "0xca143ce32fe78f1f7019d7d551a6402fc5350c73"; export declare const stakersBnb: StakerInfo[]; export declare const stakerCake: StakerInfo[]; export declare const stakersEthereum: StakerInfo[]; export declare const stakerCakeEthereum: StakerInfo[]; export declare const masterChefBnb = "0x73feaa1eE314F8c655E354234017bE2193C9E24E"; export declare const masterChefV2Bnb = "0xa5f8C5Dbd5F286960b9d90548680aE5ebFf07652"; export declare const masterChefV2Ethereum = "0x2e71b2688019ebdfdde5a45e6921aaebb15b25fb"; export declare const networksConfigs: UniswapNetworkConfig[];