import type { CommandSpec } from "../shared.ts"; /** * The command descriptor: the handler above plus the one-line summary the usage screen lists it by, so the listing derives from the same object that dispatches. * * @category CLI */ export declare const watchEvents: CommandSpec; //# sourceMappingURL=watch-events.d.ts.map