import type { LintDiagnostic } from './diagnostic.js'; import type { DomainProject } from './project.js'; import type { AnalyzerRule } from './rules/project-rule.js'; export declare const analyzerRules: readonly AnalyzerRule[]; export declare function analyzeProject(project: DomainProject): LintDiagnostic[]; //# sourceMappingURL=analyze.d.ts.map