import type { GatewayClarifyRequestFn } from './clarify-tool.js'; /** * stdin/stdout prompts for `clarify` when running the CLI agent (no gateway). */ export declare function createCliReadlineClarifyRequestFn(): GatewayClarifyRequestFn;