import { Command } from '@heroku-cli/command'; export default class Diff extends Command { static description: string; run(): Promise; }