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