export declare abstract class ActionListener { abstract actionPerformed(input: string): string; }