import { RawPoolInfo, TradingPool, TradingPoolProvider } from '../../types'; import { HexString } from 'aptos'; export declare class ThalaWeightPoolProvider extends TradingPoolProvider { getApiConfigKey(): string; getOwnerAddr(): HexString; getPoolList(poolConfig: Record): TradingPool[]; private weightIndexToWeight; get tradingPoolClass(): typeof TradingPool; } //# sourceMappingURL=ThalaWeightPoolProvider.d.ts.map