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