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