import { Command } from '@oclif/core'; import { Express } from 'express'; import { FieldDecoratorKit } from '../../module/fields'; export default class StartField extends Command { app: Express | null; module: FieldDecoratorKit | null; private readonly getEntryDir; private buildAndImport; private watchAndBuild; run(): Promise; }