import { CommandBase, CommandParser } from '@autobot/common'; /** * Searches each message for thank you or thanks. */ export declare class KarmaPointCommand extends CommandBase { constructor(); run(command: CommandParser): void; }