import type { SlashCommandContext } from './types.js'; /** * /theme [auto|dark|light] — show or change the color theme. */ export declare function handleThemeCommand(ctx: SlashCommandContext, args: string[]): Promise; //# sourceMappingURL=theme.d.ts.map