import { Base, Type } from "./type"; import { Tuple$2 } from "./Tuple$2"; /** * @hidden */ export declare class PolySimplification extends Base { static $t: Type; static b(a: Tuple$2, b: number): number; private static a; }