"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.InsightClient = void 0;
var insightClient_1 = require("./insightClient");
Object.defineProperty(exports, "InsightClient", { enumerable: true, get: function () { return insightClient_1.InsightClient; } });