import { type ContextBundle } from "../../domain/cartographer/context/context-bundle.js"; export declare class BundleStore { private readonly workspaceRoot; constructor(workspaceRoot: string); write(bundle: ContextBundle): Promise; read(bundleId: string): Promise; list(): Promise; delete(bundleId: string): Promise; } //# sourceMappingURL=bundle-store.d.ts.map