import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; import { WebhookRecipient } from "../types/webhooks.js"; export declare class Callbacks extends ClientSDK { /** * Run Update Webhook * * @remarks * This endpoint is called by the workflow runner to update the status of a run. */ runUpdateRequestBodyWebhookPost(recipient: WebhookRecipient, request: components.WorkflowRunWebhookBody, options?: RequestOptions): Promise; } //# sourceMappingURL=callbacks.d.ts.map