import { Command } from '@oclif/command'; export default class CreateService extends Command { static description: string; static CollectContent: () => Promise; static ReadManifest: () => Promise; run(): Promise; }