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