import { Command } from '@oclif/command'; export default class ProjectsEdit extends Command { static description: string; static aliases: string[]; static flags: { id: import("@oclif/parser/lib/flags").IOptionFlag; }; run(): Promise; }