import type { CommandInfo } from "./types"; export declare function formatLoadedCommand(command: CommandInfo, userMessage?: string): Promise; export declare function formatCommandList(items: CommandInfo[]): string;