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