import type { EntryPoint } from '@softarc/native-federation'; /** * Updates the federation tsconfig to include optimized mapping entry points. * Only modifies the file when there are non-local entry points to add. */ export declare function updateFederationTsConfig(workspaceRoot: string, tsConfigPath: string, entryPoints: EntryPoint[]): void; //# sourceMappingURL=create-federation-tsconfig.d.ts.map