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