"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "ManualInstructions", { enumerable: true, get: function () { return _manual.ManualInstructions; } }); Object.defineProperty(exports, "StandaloneInstructions", { enumerable: true, get: function () { return _standalone.StandaloneInstructions; } }); var _manual = require("./manual"); var _standalone = require("./standalone");