//#region src/error-codes.d.ts declare const RUNTIME_001 = "RUNTIME-001"; declare const RUNTIME_002 = "RUNTIME-002"; declare const RUNTIME_003 = "RUNTIME-003"; declare const RUNTIME_004 = "RUNTIME-004"; declare const RUNTIME_005 = "RUNTIME-005"; declare const RUNTIME_006 = "RUNTIME-006"; declare const RUNTIME_007 = "RUNTIME-007"; declare const RUNTIME_008 = "RUNTIME-008"; declare const RUNTIME_009 = "RUNTIME-009"; declare const RUNTIME_010 = "RUNTIME-010"; declare const RUNTIME_011 = "RUNTIME-011"; declare const RUNTIME_012 = "RUNTIME-012"; declare const TYPE_001 = "TYPE-001"; declare const BUILD_001 = "BUILD-001"; declare const BUILD_002 = "BUILD-002"; //#endregion export { BUILD_001, BUILD_002, RUNTIME_001, RUNTIME_002, RUNTIME_003, RUNTIME_004, RUNTIME_005, RUNTIME_006, RUNTIME_007, RUNTIME_008, RUNTIME_009, RUNTIME_010, RUNTIME_011, RUNTIME_012, TYPE_001 }; //# sourceMappingURL=error-codes.d.ts.map