/** * Options pane — the ask_options tool. * * The model calls this tool when it needs the user to make a decision before * continuing. Each question is shown in an inline options pane where the user * moves with up/down, advances with right, and may type a custom answer. */ import type { ExtensionAPI } from "../../core/extensions/types.js"; export declare function setupAskOptions(hoo: ExtensionAPI): void; //# sourceMappingURL=ask-options.d.ts.map