import type { Tree } from '@nx/devkit'; export declare const getAllAppKeys: (tree: Tree) => string[]; export declare const getListOfAllProjectKeys: (tree: Tree) => string[];