import type { AnalysisResult } from '../types.js'; export declare function toGitHubAnnotations(result: AnalysisResult): string;