/** * Created by Christophe on 02/02/2017. */ export declare class Events { static SEQUENCE_ENTER_STATE: string; static ANIMATION_ITERATION_END: string; static ANIMATION_END: string; static END_PLAYING: string; static CLOCK_PERIOD: string; static CONTROL_UP: string; static CONTROL_DOWN: string; static VARIABLE_CHANGE: string; static DISPLAYED: string; static HIDDEN: string; static TRIGGER_ACTION: string; }