import type { TestIssue } from "./types.js"; export declare function suggestFixes(issues: TestIssue[]): string[];