import { Command } from '@oclif/command'; export default class PushCommits extends Command { static description: string; run(): Promise; }