import type { Rule } from '@angular-devkit/schematics'; import type { NfSchematicSchema } from '../schema.js'; /** * Enable CORS in an SSR project's `server.ts` (remotes are served from other * origins). Federation itself is initialised at launch by the `--import` preload * (see `src/node-preload.ts`), not here. */ export declare function makeServerAsync(server: string, options: NfSchematicSchema): Rule; //# sourceMappingURL=make-server-async.d.ts.map