import type { TextPresenter } from '../view/contract.js'; import type { InspectorState } from './core.js'; /** The piped path: same information and grouping as the TUI, minus the glyphs * and hue a pipe cannot carry. */ export declare const inspectorText: TextPresenter;