export interface SlashCommand { name: string; description: string; template: string; }