export declare enum ERecognitionServiceStatus {
    DECLINE = "DECLINE",
    ERROR = "ERROR",
    SUCCESS = "SUCCESS"
}
