//#region src/consts.d.ts declare enum BackendType { OFF = "OFF", OBF = "OBF", OPFF = "OPFF", OPF = "OPF" } //#endregion export { BackendType }; //# sourceMappingURL=consts.d.cts.map