import { TradingPool, TradingPoolProvider } from '../types'; import { HexString } from 'aptos'; export declare class PancakePoolProvider extends TradingPoolProvider { getApiConfigKey(): string; getOwnerAddr(): HexString; get tradingPoolClass(): typeof TradingPool; } //# sourceMappingURL=PancakePoolProvider.d.ts.map