import type { ArtifactStore } from '../../artifacts/index.js'; import type { KnowledgeStore } from '../store.js'; import type { HomeGraphSnapshotInput, HomeGraphSyncResult } from './types.js'; export declare function runHomeGraphSnapshotSync(input: { readonly store: KnowledgeStore; readonly artifactStore: ArtifactStore; readonly snapshot: HomeGraphSnapshotInput; }): Promise; //# sourceMappingURL=sync.d.ts.map