import LocalCommand from "../core/local-command"; export default class Watch extends LocalCommand { static description: string; static flags: {}; run(): Promise; }