import { Domain } from '@things-factory/shell'; export declare function analyzeBoardIntegration(domain: Domain): Promise<{ nodes: any[]; relationships: any[]; }>;