import type { Output } from "./output";
export declare function clearHintCache(): void;
export declare function showHint(hintId: string, text: string, ttlMs?: number, out?: Output): void;
