/** * UI module - flags, changelog, command registry, aliases, injection. * * @task T4454 * @epic T4454 */ export type { ShellType } from './aliases.js'; export { ALIASES_VERSION, checkAliasesStatus, detectAvailableShells, generateBashAliases, generatePowershellAliases, getCurrentShell, getInstalledVersion, getRcFilePath, hasAliasBlock, injectAliases, removeAliases, } from './aliases.js'; export type { CommandMeta } from './command-registry.js'; export { getCommandScriptMap, getCommandsByCategory, getCommandsByRelevance, parseCommandHeader, scanAllCommands, validateHeader, } from './command-registry.js'; //# sourceMappingURL=index.d.ts.map