export declare class Unit {
    static UNIT: Unit;
    constructor();
}
