export declare enum AUTHENTICATION_CODE_TYPE { authenticationCodeTypeTelegramMessage = "authenticationCodeTypeTelegramMessage", authenticationCodeTypeSms = "authenticationCodeTypeSms", authenticationCodeTypeCall = "authenticationCodeTypeCall", authenticationCodeTypeFlashCall = "authenticationCodeTypeFlashCall", authenticationCodeTypeMissedCall = "authenticationCodeTypeMissedCall" }