interface IChatCommandRe-exportimport { type IChatCommand } from "https://deno.land/x/sptaki@1.2.0/helpers/Dialogue/Commando/mod.ts"; MethodsgetCommandPrefix(): stringgetCommandHelp(command: string): stringgetCommands(): Set<string>handle(command: string,commandHandler: IUserDialogInfo,sessionId: string,request: ISendMessageRequest,): string