import { TrackJSOptions } from "../types"; export interface Watcher { install(options: TrackJSOptions): void; uninstall(): void; }