import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as operations from "../models/operations/index.js"; export declare class Account extends ClientSDK { /** * Get Current Account * * @remarks * Retrieves a summary of the Wistia account including account name, description, URL and counts of records. * * ## Requires api token with one of the following permissions * ``` * (any scope allowed) * ``` */ get(options?: RequestOptions): Promise; /** * Get Current Token * * @remarks * Retrieves a summary of the token used to make the API request. This endpoint can primarily be used to * debug permission issues with the API. */ getTokenDetails(options?: RequestOptions): Promise; } //# sourceMappingURL=account.d.ts.map