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