export declare enum ERecognitionScenario {
    BASIC = "BASIC",
    CONFIRM_PERSON = "CONFIRM_PERSON",
    CONFIRM_PERSON_2 = "CONFIRM_PERSON_2"
}
