import type { AnalyserOptions } from './analyser-options.js'; import type { AnalyserResult } from './analyser-result.js'; /** * Reflects a simplified version of the TypeScript Abstract * Syntax Tree from a project (a collection of TypeScript or JavaScript files) * * @param options - Options to configure the analyzer * @returns The reflected TypeScript AST */ export declare function parseFromProject(options?: Partial): Promise; //# sourceMappingURL=parse-from-project.d.ts.map