export declare enum NAVI_STATE { INIT = "init", READY = "ready", ANIMATION_STARTED = "animation_started", ANIMATION_PAUSE = "animation_pause" }