import FMCCommand from '../../FMCCommand'; export default class DevspaceList extends FMCCommand { static description: string; static examples: string[]; static flags: any; run(): Promise; } //# sourceMappingURL=list.d.ts.map