import { type Tree } from '@angular-devkit/schematics'; import { type WorkspaceProject } from '@schematics/angular/utility/workspace-models'; export declare function getProjectTargets(host: Tree, angularJsonPath?: string): Map; export declare function getProjectTarget(host: Tree, name: string, angularJsonPath?: string): WorkspaceProject | null;