/** * Pack manager service. * * Implements ExtensionManager. Delegates to existing * pack materialization functions and workspace service methods. * * @experimental This API is unstable and may change without notice. */ import * as FileSystem from "effect/FileSystem"; import * as Path from "effect/Path"; import * as ServiceMap from "effect/Context"; import * as Layer from "effect/Layer"; import type { PackRef } from "./refs.js"; import { SourceHostProviders } from "../source-resolution/index.js"; import type { ExtensionManager } from "../workspace/service-interface.js"; import { WorkspaceMutations } from "../workspace/service-interface.js"; declare const PackManager_base: ServiceMap.ServiceClass>; export declare class PackManager extends PackManager_base { } export declare const PackManagerLive: Layer.Layer; export {}; //# sourceMappingURL=manager.d.ts.map