"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GoalSemanticDescription = exports.ScreenReaderPartitionTable = exports.ScreenReaderSummary = void 0; var screen_reader_summary_1 = require("./screen_reader_summary"); Object.defineProperty(exports, "ScreenReaderSummary", { enumerable: true, get: function () { return screen_reader_summary_1.ScreenReaderSummary; } }); var partitions_data_table_1 = require("./partitions_data_table"); Object.defineProperty(exports, "ScreenReaderPartitionTable", { enumerable: true, get: function () { return partitions_data_table_1.ScreenReaderPartitionTable; } }); var goal_semantic_description_1 = require("./goal_semantic_description"); Object.defineProperty(exports, "GoalSemanticDescription", { enumerable: true, get: function () { return goal_semantic_description_1.GoalSemanticDescription; } }); //# sourceMappingURL=index.js.map