/** * Register the new module in the base aggregator module file. * * The leaf `Module` is added directly to `features.modules.ts` * (or `foundations.modules.ts`) regardless of how deep `targetDir` is. The repo * lists leaf feature modules there directly; creating per-domain sub-aggregators * produced orphan `*.modules.ts` files and double-registration. * * @param params - Module information */ export declare function registerModule(params: { moduleName: string; targetDir: string; kebabName: string; dryRun?: boolean; }): void; //# sourceMappingURL=module-registrar.d.ts.map