/*! * Copyright (C) Microsoft Corporation. All rights reserved. */ import * as app from './app/index'; import * as data from './data/index'; import * as telemetry from './telemetry/index'; export { app, data, telemetry }; //# sourceMappingURL=index.d.ts.map