import { DexType } from '../../types'; import { StakeTradingPool } from '../stake_trading_pool'; export declare class DittoTradingPool extends StakeTradingPool { get dexType(): DexType; get xReserve(): number; getXType(): string; } //# sourceMappingURL=DittoTradingPool.d.ts.map