import 'reflect-metadata'; import { Command } from '@oclif/command'; export default class DisplayChangesCommand extends Command { static description: string; static aliases: string[]; run(): Promise; }