import type { CommandInstance } from '@tool/command/index.js'; import { Argv } from '@tool/argv/index.js'; export declare class WatchCommand implements CommandInstance { execute(argv: Argv): Promise; }