import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as operations from "../models/operations/index.js"; export declare class Update extends ClientSDK { /** * Update Auth Session - Start * * @remarks * Starts updating process of an authentication session. */ start(projectName: string, authSessionId: string, requestBody: operations.UpdateAuthSessionStartRequestBody, options?: RequestOptions): Promise; /** * Update Auth Session - Result * * @remarks * Gets authentication session update operation result. */ result(projectName: string, authSessionId: string, operationId: string, options?: RequestOptions): Promise; } //# sourceMappingURL=update.d.ts.map