import { Command } from '@oclif/core'; export default class Release extends Command { static summary: string; static description: string; static examples: string[]; run(): Promise; } //# sourceMappingURL=index.d.ts.map