import type { KnowledgeStore } from '../store.js'; import { type HomeGraphSpaceInput, type HomeGraphStatus } from './types.js'; export declare function getHomeGraphStatus(store: KnowledgeStore, input?: HomeGraphSpaceInput): Promise; //# sourceMappingURL=status.d.ts.map