/**
     * @private
     * 静态常量集合
     */
export declare class Const {
    static NOT_ACTIVE: number;
    static ACTIVE_INHIERARCHY: number;
    static AWAKED: number;
    static NOT_READY: number;
    static DISPLAY: number;
    static HAS_ZORDER: number;
    static HAS_MOUSE: number;
    static DISPLAYED_INSTAGE: number;
    static DRAWCALL_OPTIMIZE: number;
}
