/**
 * Reporting
 * - Reporting is a resource for aggregating iTwin data to build custom dashboards and integrate iTwin data with your business applications.
 * - Create digital twin based reports which can be consumed through business intelligence applications such as Power BI.
 * - Leverage the OData feed Data Access to generate reports by combining data from multiple data streams in the digital twin.
 */
export * from "./interfaces/OData";
export * from "./interfaces/Reports";
export * from "./interfaces/AggregationProperties";
export * from "./clients/ReportsClient";
export * from "./clients/ODataClient";
export * from "./clients/AggregationsClient";
export * from "./clients/IReportsClient";
export * from "./clients/IODataClient";
export * from "./clients/IAggregationsClient";
//# sourceMappingURL=index.d.ts.map