/** * /reset command - Clear conversation context * * Clears the session for the current channel, starting a fresh conversation. * Responds ephemerally with a color-coded embed confirmation. */ import type { SlashCommand } from "./types.js"; export declare const resetCommand: SlashCommand; //# sourceMappingURL=reset.d.ts.map