export declare enum EmotivError {
    ACCESS_NOT_GRANTED = "You must login on CortexUI before request for grant access then rerun",
    ACCESS_NOT_ACCEPTED = "You must accept access request from this app on CortexUI then rerun"
}
