export declare class TickMath { static readonly MIN_TICK = -887272n; static readonly MAX_TICK: bigint; static readonly MIN_SQRT_RATIO = 4295128739n; static readonly MAX_SQRT_RATIO = 1461446703485210103287273052203988822378723970342n; static getSqrtRatioAtTick(tick: bigint): bigint; static getTickAtSqrtRatio(sqrtPriceX96: bigint): bigint; }