import { Command } from '@oclif/core'; export default class Release extends Command { static description: string; static examples: string[]; static flags: {}; run(): Promise; }