/** * Help View * * Renders the keyboard shortcuts and MCP info screen. */ import type { AppState } from "../state.js"; export declare function renderHelpView(state: AppState): string; //# sourceMappingURL=help.d.ts.map