export declare namespace CommandExecutor {
    function run(str: string): void;
}
