import { BaseCommand } from '../base-command.js'; export default class Build extends BaseCommand { static description: string; run(): Promise; }