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