/** * [WHO]: slashCommands - English translations for slash command descriptions * [FROM]: No external dependencies * [TO]: Consumed by core/platform/i18n/index.ts * [HERE]: core/platform/i18n/slash-commands.ts - English slash command translations */ export declare const slashCommands: { categories: { core: string; model: string; memory: string; session: string; workflow: string; agents: string; tools: string; admin: string; }; settings: string; model: string; thinking: string; "agent-loop": string; "scoped-models": string; apikey: string; mcp: string; soul: string; persona: string; memory: string; dream: string; browser: string; export: string; share: string; copy: string; name: string; session: string; status: string; usage: string; changelog: string; hotkeys: string; resources: string; fork: string; tree: string; login: string; logout: string; new: string; update: string; reinstall: string; compact: string; resume: string; reload: string; "link-world": string; quit: string; language: string; };