/** * NOTE! Not use a const literals of exported from index enums, * const enums is constantly replaced in compile time and really not exist in lib */ export enum AVMVERSION { AVM1 = 'AVM1', AVM2 = 'AVM2' }