/** * GitHub Reporter - GitHub Actions annotations * * @requirements 30.2 */ import type { Reporter, ReportData } from './types.js'; /** * GitHub Actions reporter for CI annotations */ export declare class GitHubReporter implements Reporter { generate(data: ReportData): string; } //# sourceMappingURL=github-reporter.d.ts.map