import type { FixType } from '../types.js'; export declare function applyFixStrategy(line: string, fixType: FixType): string | null; //# sourceMappingURL=strategies.d.ts.map