import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as operations from "../models/operations/index.js"; export declare class Analytics extends ClientSDK { /** * Retrieve analytics for a link, a domain, or the authenticated workspace. * * @remarks * Retrieve analytics for a link, a domain, or the authenticated workspace. The response type depends on the `event` and `type` query parameters. */ retrieve(request?: operations.RetrieveAnalyticsRequest | undefined, options?: RequestOptions): Promise; } //# sourceMappingURL=analytics.d.ts.map