import { ConstantProductCurve } from './ConstantProductCurve'; export declare class ConstantProductCurveV2 extends ConstantProductCurve { dynamicThreshold: number; maxThreshold: number; constructor(); }