import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as operations from "../models/operations/index.js"; export declare class ExpiringAccessTokens extends ClientSDK { /** * Create Expiring Access Token * * @remarks * ``` * 🚫 Alert * This API is still under development and can change at any time. * ``` * * This endpoint is for creating expiring access tokens which can be used for some iframe embeds. * * ## Requires api token with one of the following permissions * ``` * Read, update & delete anything * ``` */ create(request?: operations.PostExpiringTokenRequest | undefined, options?: RequestOptions): Promise; } //# sourceMappingURL=expiringaccesstokens.d.ts.map