import type { Rule } from '@angular-devkit/schematics'; /** * Rewrite the target project's `serve:ssr:` npm script to launch through * the federation `--import` preload (see `src/node-preload.ts`); without the flag * the SSR server renders without federated remotes. Scoped to the project being * added so sibling (possibly non-federated) SSR apps are left untouched. Idempotent. */ export declare function wireServeSsrScript(projectName: string): Rule; //# sourceMappingURL=wire-serve-ssr-script.d.ts.map