/** * 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 declare enum AVMVERSION { AVM1 = "AVM1", AVM2 = "AVM2" } //# sourceMappingURL=AVMVersion.d.ts.map