import { Command } from '@oclif/command'; export default class ListProj extends Command { static description: string; static examples: string[]; static flags: { help: import("@oclif/parser/lib/flags").IBooleanFlag; done: import("@oclif/parser/lib/flags").IBooleanFlag; }; run(): Promise; }