import { type RegisteredMutation } from "convex/server"; import { type ObjectType, type PropertyValidators } from "convex/values"; import type { WorkflowDefinition } from "./index.js"; import { type WorkpoolOptions } from "@convex-dev/workpool"; import { type WorkflowComponent } from "./types.js"; export declare function workflowMutation(component: WorkflowComponent, registered: WorkflowDefinition, defaultWorkpoolOptions?: WorkpoolOptions): RegisteredMutation<"internal", { fn: "You should not call this directly, call workflow.start instead"; args: ObjectType; }, void>; //# sourceMappingURL=workflowMutation.d.ts.map