export declare abstract class FullMathX96 { static fullMulX96(x: bigint, y: bigint): bigint; static fullMulX96Up(x: bigint, y: bigint): bigint; }