import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as operations from "../models/operations/index.js"; export declare class Run extends ClientSDK { /** * Run API - Async Start * * @remarks * Starts an API run for a specific project in a workspace. */ start(projectName: string, requestBody: operations.RunApiStartRequestBody, options?: RequestOptions): Promise; /** * Run API - Async Result * * @remarks * Retrieves the result of a started project API run operation. */ result(projectName: string, runId: string, options?: RequestOptions): Promise; } //# sourceMappingURL=run.d.ts.map