import type { Tree } from '@nx/devkit'; interface Names { className: string; name: string; } export declare function generateExecutorFiles(tree: Tree, options: Names): void; export {};