import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as operations from "../models/operations/index.js"; export declare class StatsEvents extends ClientSDK { /** * List Events * * @remarks * Retrieve a list of events. Please note that due to our data retention policy, * only events from the last 2 years are available. * * * ## Requires api token with one of the following permissions * ``` * Read detailed stats * ``` * */ list(request?: operations.GetStatsEventsRequest | undefined, options?: RequestOptions): Promise>; /** * Show Event * * @remarks * Retrieve information for a single event. Please note that due to our data retention policy, * only events from the last 2 years are available. * * * ## Requires api token with one of the following permissions * ``` * Read detailed stats * ``` * */ get(request: operations.GetStatsEventsEventKeyRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=statsevents.d.ts.map