import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as operations from "../models/operations/index.js"; export declare class Create extends ClientSDK { /** * Create Auth Session - Start * * @remarks * Starts creation process of an authentication session for a project with the authentication session creation setting enabled. */ start(projectName: string, requestBody: operations.CreateOrUpdateAuthSessionStartRequestBody, options?: RequestOptions): Promise; /** * Create Auth Session - Result * * @remarks * Gets authentication session creation operation result. */ result(projectName: string, operationId: string, options?: RequestOptions): Promise; } //# sourceMappingURL=create.d.ts.map