import type { Tree } from '@nx/devkit'; export declare function addExecutor(tree: Tree, name: string): void;