export declare abstract class FixedPointMath { static sDivWad(x: bigint, y: bigint): bigint; }