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