import { type AutocompleteHost } from './terminal-compositor.autocomplete.js'; export declare function primePromptGhost(self: AutocompleteHost): void; export declare function dismissPromptGhost(self: AutocompleteHost): boolean; export declare function updateGhost(self: AutocompleteHost): void; export declare function applyGhostAccept(self: AutocompleteHost): boolean; export declare function applyGhostWordAccept(self: AutocompleteHost): boolean;