export interface ProjectKnowledgeStorageLocation { readonly repositoryId: string; readonly workspaceId: string; readonly databasePath: string; } export declare function defaultProjectKnowledgeStorageRoot(homeDirectory?: string): string; export declare function resolveProjectKnowledgeStorageLocation(projectRoot: string, storageRoot?: string): ProjectKnowledgeStorageLocation; //# sourceMappingURL=project-knowledge-storage.d.ts.map