"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AppLoader = void 0; var AppLoader = /** @class */ (function () { function AppLoader(path) { this.path = path; } return AppLoader; }()); exports.AppLoader = AppLoader;