import { CommandRegistry } from './command-registry'; import { TextCommandResult } from './command-results'; export declare const createHelpHandler: (cmdRegistry: CommandRegistry) => () => Promise;