import { Tree } from '@angular-devkit/schematics'; /** Minimal fake Angular workspace tree — just enough for getWorkspace()/buildDefaultPath() to work. */ export declare function createWorkspaceTree(): Tree;