interface UiSlashCommandActions { openModelSelector: () => void; compactConversation: () => Promise; quit: () => void; clearSession: () => void; openThemeSelector: () => void; toggleMarkdown: () => void; clearApprovedPlan: () => void; } export declare function handleUiSlashCommand(trimmed: string, actions: UiSlashCommandActions): Promise; export {}; //# sourceMappingURL=submit-slash-commands.d.ts.map