import { Command } from '@oclif/core'; export default class Fix extends Command { static description: string; static examples: string[]; /** * Prints a human-readable diff-style summary */ private printPlan; run(): Promise; }