import { CommandBase, CommandParser } from '@autobot/common'; /** * Adds a comment to a question. * * Example: !comment id=<#>, comment= * */ export declare class CommentAddCommand extends CommandBase { constructor(); run(command: CommandParser): Promise; }