import type { Tree } from '@nx/devkit'; import type { NormalizedSchema } from '../schema'; export declare function findRoute(tree: Tree, options: NormalizedSchema, projectRoot: string): string | null;