export declare abstract class FullMath {
    /**
     * Cannot be constructed.
     */
    private constructor();
    static mulDivRoundingUp(a: bigint, b: bigint, denominator: bigint): bigint;
}
//# sourceMappingURL=fullMath.d.ts.map