export interface CommandSender { runCommand(command: string): any; }