import type { KnowledgeStore } from '../store.js'; import type { KnowledgeNodeRecord } from '../types.js'; export declare function linkHomeGraphSnapshotObjectReferences(store: KnowledgeStore, input: { readonly spaceId: string; readonly installationId: string; readonly node: KnowledgeNodeRecord; readonly object: { readonly deviceId?: string | undefined; readonly areaId?: string | undefined; readonly integrationId?: string | undefined; }; }): Promise; export declare function linkHomeGraphNodeReference(store: KnowledgeStore, input: { readonly spaceId: string; readonly installationId: string; readonly fromId: string; readonly relation: string; readonly toKind: string; readonly toObjectId: string; }): Promise; //# sourceMappingURL=link-node.d.ts.map