import { BaseTopicCommand } from "../../base-topic-command.js"; export default class RoomsReactions extends BaseTopicCommand { protected topicName: string; protected commandGroup: string; static description: string; static examples: string[]; }