import { Base, Point, Type } from "./type";
/**
 * @hidden
 */
export declare class CoreGeometryUtil extends Base {
    static $t: Type;
    static a(a: number): number;
    static b(a: Point, b: Point, c: number, d: boolean, e: boolean): Point;
}
