import { type LoadedMemoManifest } from './manifest.js'; export declare function contentPackageName(): string; export declare function contentPackageSpec(version?: string): string; export declare function projectContentStore(projectDir: string): string; export declare function installedContentManifests(projectDir: string): LoadedMemoManifest[]; export declare function installContentPackage(projectDir: string, version?: string): LoadedMemoManifest[]; export declare function hasProjectContentStore(projectDir: string): boolean; //# sourceMappingURL=content-store.d.ts.map