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