import { CommandContext, Commander } from '../commander'; export declare class EmojiCommander implements Commander { recordHistory: boolean; command(context: CommandContext, f: string): void; }