import type { GuiDriver } from "../driver.ts"; import { type GuiToolSpec, type Strategy } from "../types.ts"; /** The single "look" tool. `what` selects the channel; the strategy sets the default. */ export declare function createObserveTool(driver: GuiDriver, strategy: Strategy): GuiToolSpec;