import { CommandBase, CommandParser } from '@autobot/common'; /** * Answer a HelpDesk question. * * Example: !search #javascript #js * */ export declare class AnswerCommand extends CommandBase { constructor(); run(command: CommandParser): Promise; }