import type { KnowledgeIssueRecord } from '../types.js'; import type { KnowledgeStore } from '../store.js'; export declare function homeGraphQualityNamespace(spaceId: string): string; export declare function refreshHomeGraphQualityIssues(store: KnowledgeStore, spaceId: string, installationId: string): Promise; //# sourceMappingURL=quality.d.ts.map