import { Command } from "../command"; export default class Serve extends Command { commandString: string; description: string; action(): Promise; }