export declare class CommandExecutor implements ICommandExecutor { execute(): void; private executeCore; private getCommandArguments; private getCommandName; }