import type { Problem } from '../../types/index.js'; /** * Output problems in GitHub Actions format for inline file annotations */ export declare function outputGitHubActionsFormat(problems: Problem[]): void; //# sourceMappingURL=github-actions.d.ts.map