export declare namespace CommandExecutor {
    const run: (str: string) => void;
}
