import { type Project } from 'ts-morph'; import type { AnalysisSourceFunction } from './types.js'; /*** * Collects callable declarations from analyzed source files for source-area documentation. */ export declare function analyzeSourceFunctions(project: Project, root: string): AnalysisSourceFunction[];