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