import type { CommandNode } from "../index.js"; import type { HumanInLoopRuntimeOptions } from "./runtime-options.js"; export declare function runApproval(approvalId: string, runtimeOptions: HumanInLoopRuntimeOptions, root: CommandNode): Promise;