import { AmmV2ExchangeBase } from './AmmV2ExchangeBase'; import { IBlockchainExplorer } from '../../explorer/IBlockchainExplorer'; import { Web3Client } from '../../clients/Web3Client'; export declare class SushiswapPolygonExchange extends AmmV2ExchangeBase { client: Web3Client; explorer: IBlockchainExplorer; name: string; config: any; factoryAddress: "0xc35dadb65012ec5796536bd9864ed8773abc74c4"; masterChefAddress: `0x${string}`; vaultAddress: "0x1b02dA8Cb0d097eB8D57A175b88c7D8b47997506"; constructor(client?: Web3Client, explorer?: IBlockchainExplorer); }