class default implements Watcherimport { default } from "https://dotland.deno.dev/x/lume@v2.2.2/core/watcher.ts"; Constructorsnewdefault(options: Options)Propertiesevents: Events<WatchEvent>options: OptionsMethodsaddEventListener(type: WatchEventType,listener: EventListener<WatchEvent>,options?: EventOptions,)Add a listener to an event dispatchEvent(event: WatchEvent)Dispatch an event start()Start the file watcher