import type { HelpTopic } from '../help/topics'; export declare function renderHelpTopicsList(topics: HelpTopic[]): string; export declare function renderHelpTopic(topic: HelpTopic): string;