/** * @author Leonid Vinikov * @description Responsible for manging internal commands, To serve commands that are not triggered by user. */ import { Commands } from "./commands"; export declare class Internal extends Commands { static getName(): string; }