import { Command } from "../command"; export default class Build extends Command { commandString: string; description: string; action(): Promise; } export declare function tsc(exitOnSuccess?: boolean): Promise;