import type { CommandHelpEntry } from "../../app/commands/registry.js"; export declare function formatHelpEntry(entry: CommandHelpEntry): string; export declare function formatCommandHelpMarkdown(entries: readonly CommandHelpEntry[]): string;