import type { InstallPlan, SharedRuntimePlan } from "../../domain/operations/install-plan.js"; import type { TargetAdapter } from "../../domain/targets/adapter.js"; export declare function createSharedRuntimePlan(workspaceRoot: string, targetId: string, target: TargetAdapter): SharedRuntimePlan; export declare function writeSharedRuntime(workspaceRoot: string, plan: InstallPlan, packageRoot?: string): Promise; //# sourceMappingURL=shared-runtime.d.ts.map