import { IAlgebraPoolState } from '../types'; export declare class TickManager { static update(state: Pick, tick: bigint, tickCurrent: bigint, liquidityDelta: bigint, secondsPerLiquidityCumulativeX128: bigint, tickCumulative: bigint, time: bigint, upper: boolean, maxLiquidity: bigint): boolean; }