import type { Tree } from '@nx/devkit'; export declare function promptSelectModuleName(tree: Tree, question: string, listOfSelectableProjects?: string[]): Promise;