import { Base, Type } from "./type";
/**
 * @hidden
 */
export declare class MathUtil extends Base {
    static $t: Type;
    static readonly n: number;
    static readonly q: number;
    static b(a: number): number;
    static s(number_: number): string;
    static g(a: number, b: number): number;
    static p(a: number): number;
    static a(a: number): boolean;
    static d(a: number, b: number, c: number): number;
    static o(a: number): number;
    static f(a: number): number;
    static l(a: number, b: number, c: number): number;
    static i(a: number, b: number, c: number): number;
    static k(...a: number[]): number;
    static m(a: number[]): number;
    static h(...a: number[]): number;
    static j(a: number[]): number;
    static r(a: number[]): number;
    static c(a: number[]): number;
}
