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