#!/usr/bin/env node /** * Watch Command * * Watch for file changes and automatically update the index. */ import { Command } from 'commander'; export declare const watchCommand: Command; //# sourceMappingURL=watch.d.ts.map