export declare const COMPLETE = "complete";
export declare const CUBISM2 = "cubism2";
export declare const CUBISM4 = "cubism4";
export declare const enum WindowSizeType {
    pc = "PC",
    mobile = "MOBILE"
}
export declare enum MotionPreloadStrategy {
    /** Preload all the motions. */
    ALL = "ALL",
    /** Preload only the idle motions. */
    IDLE = "IDLE",
    /** No preload. */
    NONE = "NONE"
}
