import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as operations from "../models/operations/index.js"; export declare class Workflows extends ClientSDK { /** * Update workflow details * * @remarks * Updates the details of a specific workflow */ update(request: operations.PutApiLeadScraperMicroserviceApiV1WorkspacesWorkflowRequestBody, options?: RequestOptions): Promise; /** * Get workflow details * * @remarks * Retrieves details of a specific workflow */ get(request: operations.GetApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdRequest, options?: RequestOptions): Promise; /** * Delete workflow * * @remarks * Deletes a specific workflow */ delete(request: operations.DeleteApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdRequest, options?: RequestOptions): Promise; /** * Pause workflow execution * * @remarks * Pauses the execution of a specific workflow */ pause(request: operations.PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdPauseRequest, options?: RequestOptions): Promise; /** * Trigger workflow execution * * @remarks * Triggers the execution of a specific workflow */ trigger(request: operations.PostApiLeadScraperMicroserviceApiV1WorkspacesWorkspaceIdWorkflowsIdTriggerRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=workflows.d.ts.map