import type { KnowledgeNodeRecord } from '../types.js'; import type { KnowledgeStore } from '../store.js'; import type { HomeGraphObjectInput } from './types.js'; export declare function upsertIntegrationDocumentationCandidates(store: KnowledgeStore, spaceId: string, installationId: string, node: KnowledgeNodeRecord, object: HomeGraphObjectInput): Promise; //# sourceMappingURL=documentation.d.ts.map