export declare const MIN_TICK = -88722835; export declare const MAX_TICK = 88722835; export declare const MAX_SQRT_RATIO: bigint; export declare const MIN_SQRT_RATIO: bigint; export declare const FULL_RANGE_TICK_SPACING = 0; export declare function toSqrtRatio(tick: number): bigint; export declare function approximateNumberOfTickSpacingsCrossed(sqrtRatioStart: bigint, sqrtRatioEnd: bigint, tickSpacing: number): number; export declare function approximateSqrtRatioToTick(sqrtRatio: bigint): number;