UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

4 lines 273 B
import type { StringValue } from '../_ms.js'; import { type WorkflowOrchestratorContext } from '../private.js'; export declare function createSleep(ctx: WorkflowOrchestratorContext): (param: StringValue | Date | number) => Promise<void>; //# sourceMappingURL=sleep.d.ts.map