import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as operations from "../models/operations/index.js"; export declare class ApiKey extends ClientSDK { /** * Exchange API key for a JWT token * * @remarks * Exchange an API key for a JWT token * * @deprecated method: Use auth.apiKeys.exchangeToken() instead. This method will be removed in a future release.. Use exchangeToken instead. */ getJwtFromKey(request: operations.GetJwtFromKeyRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=apikey.d.ts.map