import type { HumanInLoopRuntimeInstance, HumanInLoopRuntimeOptions } from "./runtime-options.js"; export declare function createHumanInLoop(options: HumanInLoopRuntimeOptions): HumanInLoopRuntimeInstance;