import type { Analysis } from '../types/index.js'; export declare function analyze(sourceRoot: string, schemaFile: string): Promise;