import { type WorkflowOrchestratorContext } from './private.js'; import type { Serializable } from './schemas.js'; export declare function createUseStep(ctx: WorkflowOrchestratorContext): (stepName: string, closureVarsFn?: () => Record) => (this: unknown, ...args: Args) => Promise; //# sourceMappingURL=step.d.ts.map