import type { Tree } from '@angular-devkit/schematics'; import type { NormalizedOptions } from './normalize-options.js'; export declare function updateWorkspaceConfig(tree: Tree, options: NormalizedOptions, workspace: any, workspaceFileName: string, ssr: boolean): void; //# sourceMappingURL=update-workspace-config.d.ts.map