declare const CutsceneEvents: {
    START: string;
    END: string;
    NEXT: string;
};
export default CutsceneEvents;
