import type { KnowledgeStore } from '../store.js'; import type { HomeGraphLinkInput, HomeGraphLinkResult, HomeGraphUnlinkResult } from './types.js'; export declare function linkHomeGraphKnowledge(store: KnowledgeStore, input: HomeGraphLinkInput & { readonly spaceId: string; readonly installationId: string; }): Promise; export declare function unlinkHomeGraphKnowledge(store: KnowledgeStore, input: HomeGraphLinkInput & { readonly spaceId: string; readonly installationId: string; }): Promise; //# sourceMappingURL=link.d.ts.map