import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; export declare class Insights extends ClientSDK { /** * Get insights * * @remarks * Gets the aggregate usage insights data displayed in the Insights Dashboards. */ retrieve(insightsRequest: components.InsightsRequest, locale?: string | undefined, options?: RequestOptions): Promise; } //# sourceMappingURL=insights.d.ts.map