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