import type { WordingManager } from '../../i18n/index.js';
import { type UC } from '../../uc/index.js';
export declare function showHelp(ucs: UC[], wordingManager: WordingManager): void;
