import { InfusionPoolOrderedParams } from './types'; export declare class InfusionStablePool { static getSellPrice(priceParams: InfusionPoolOrderedParams, srcAmount: bigint, feeFactor: number): bigint; }