export declare class TickMath { static readonly MIN_TICK = -887272n; static readonly MAX_TICK: bigint; static readonly MIN_SQRT_PRICE = 4295128739n; static readonly MAX_SQRT_PRICE = 1461446703485210103287273052203988822378723970342n; static readonly MAX_SQRT_PRICE_MINUS_MIN_SQRT_PRICE_MINUS_ONE: number; static getSqrtPriceAtTick(tick: bigint): bigint; static getTickAtSqrtPrice(sqrtPriceX96: bigint): bigint; }