import type { Terminal } from "@xterm/headless"; /** * Read the bottom-most composer row of a headless screen and return its text * iff every non-blank cell after the prompt glyph is dim; otherwise `null`. * Reads the visible viewport only, so scrollback (an old `❯ ` * echo, which is never dim and never rule-bracketed) cannot match. */ export declare function readPromptSuggestion(term: Terminal): string | null; //# sourceMappingURL=detectPromptSuggestion.d.ts.map